From 3d663012f9d6cab537ec9f7199848aff42f3a766 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 5 Mar 2024 20:57:38 +0100 Subject: [PATCH] best order --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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