make zbar install silent

This commit is contained in:
SomberNight 2018-02-08 06:08:04 +01:00
parent f4363e7967
commit 30a43189fc
1 changed files with 1 additions and 2 deletions

View File

@ -87,8 +87,7 @@ $PYTHON -m pip install PyQt5
# Install ZBar # Install ZBar
wget -q -O zbar.exe "$ZBAR_URL" wget -q -O zbar.exe "$ZBAR_URL"
verify_hash zbar.exe $ZBAR_SHA256 verify_hash zbar.exe $ZBAR_SHA256
echo "Install zbar. Next-next-next; and skip the readme." wine zbar.exe /S
wine zbar.exe
# install Cryptodome # install Cryptodome
$PYTHON -m pip install pycryptodomex $PYTHON -m pip install pycryptodomex