This commit is contained in:
fred 2022-07-07 13:11:30 +02:00
parent 08a91c07b4
commit 4eb521a8a9
1 changed files with 2 additions and 2 deletions

View File

@ -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