From 8b31c73f4afaf5312e7a7d21cdcfb53f0dd682db Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 14 Jan 2023 17:39:21 +0100 Subject: [PATCH] Adding amzqr : https://github.com/x-hw/amazing-qr --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7841666e..0f89754c 100755 --- a/install.sh +++ b/install.sh @@ -134,7 +134,7 @@ echo 'export PATH=$PATH:$HOME/.local/bin' >> ~/.bashrc && source ~/.bashrc; echo # python3 -m pip install -U silkaj # python3 -m pip install -U protobuf==3.19.0 -for i in pip setuptools wheel cryptography==3.4.8 Ed25519 base58 google duniterpy pynacl pgpy pynentry SecureBytes; do +for i in pip setuptools wheel cryptography==3.4.8 Ed25519 base58 google duniterpy pynacl pgpy pynentry SecureBytes amzqr; do echo ">>> Installation $i <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<" sudo python3 -m pip install -U $i [[ $? != 0 ]] && echo "INSTALL $i FAILED." && echo "python3 -m pip install -U $i FAILED." >> /tmp/install.errors.log && continue