Fix .install/1-install_requirements.sh

This commit is contained in:
qo-op 2019-12-12 23:07:41 +01:00
parent d9ed8b97af
commit b8c8dacb4e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ sudo apt update
sudo apt install curl jq zip unzip htop tree ntpdate gnupg ssmtp mpack imagemagick qrencode bc libttspico-utils libttspico0 libttspico-data -y
# Silkaj + Duniterpy
libsodium=$(sudo apt search libsodium | grep -v "header" | grep "Network communication" -B1 | head -n1 | awk -F '/' '{ print $1 }')
libsodium=$(sudo apt search libsodium | grep -v "header" | grep -v "debug symbols" | grep "Network communication" -B1 | head -n1 | awk -F '/' '{ print $1 }')
sudo apt install python3-pip $libsodium -y
pip3 install duniterpy
pip3 install silkaj --user