Add silent mode for download

This commit is contained in:
Ivan Jurišić 2023-08-04 12:53:25 +02:00
parent 456b44bb1e
commit 3d9fb38a1e

View File

@ -29,7 +29,7 @@ check_progs() {
prepare_winebox() {
echo -n "Download winbox..."
wget -O - https://mt.lv/winbox64 >$WINBOX_EXE
wget -q -O - https://mt.lv/winbox64 >$WINBOX_EXE
chmod a+x $WINBOX_EXE
echo "DONE"