From 4eb521a8a95208100f40b04f580df8ff78f188ec Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 7 Jul 2022 13:11:30 +0200 Subject: [PATCH] add gpg --- include.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include.sh b/include.sh index 53c601c..4740fe6 100644 --- a/include.sh +++ b/include.sh @@ -63,7 +63,7 @@ install_requirements() { sudo apt install -y $i; done - for i in git fail2ban netcat-traditional inotify-tools curl net-tools libsodium* python3-dev python3-pip python3-setuptools python3-wheel python3-dotenv mpack libssl-dev libffi-dev; do + for i in git fail2ban netcat-traditional inotify-tools curl net-tools libsodium* python3-dev python3-pip python3-setuptools python3-wheel python3-dotenv swig libgpgme-dev mpack libssl-dev libffi-dev; do if [ $(dpkg-query -w -f='${status}' $i 2>/dev/null | grep -c "ok installed") -eq 0 ]; then echo ">>> installation $i <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<" sudo apt install -y $i @@ -98,7 +98,7 @@ install_requirements() { echo 'export PATH=$PATH:$HOME/.local/bin' >> ~/.bashrc && source ~/.bashrc; echo ">>> PATH=$PATH" python3 -m pip install -U pip python3 -m pip install -U setuptools wheel - python3 -m pip install -U cryptography Ed25519 base58 google duniterpy pynacl pgpy + python3 -m pip install -U cryptography Ed25519 base58 google duniterpy pynacl pgpy gpg python3 -m pip install -U nicotine-plus silkaj python3 -m pip install -U protobuf==3.19.0