diff --git a/install.sh b/install.sh index 17d4ffa3..a33715b8 100755 --- a/install.sh +++ b/install.sh @@ -116,7 +116,7 @@ fi echo "#####################################" echo "## CRYPTO LIB & PYTHON TOOLS" export PATH=$HOME/.local/bin:$PATH -for i in pip setuptools wheel cryptography Ed25519 base58 google duniterpy silkaj pynacl pgpy pynentry SecureBytes amzqr pdf2docx pyppeteer; do +for i in pip setuptools wheel amzqr pdf2docx pyppeteer cryptography Ed25519 base58 google duniterpy pynacl pgpy pynentry SecureBytes; do echo ">>> Installation $i <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<" python -m pip install --break-system-packages -U $i [[ $? != 0 ]] && echo "INSTALL $i FAILED." && echo "python -m pip install -U $i FAILED." >> /tmp/install.errors.log && continue