Fix .install/1-install_requirements.sh

This commit is contained in:
qo-op 2019-12-12 22:57:18 +01:00
parent 48e4c5865a
commit d9ed8b97af
1 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@ isARM=$(uname -a | grep arm)
# Basics
sudo apt update
sudo apt install curl jq zip unzip htop tree ntpdate gnupg ssmtp mpack imagemagick qrencode bc jq libttspico-utils libttspico0 libttspico-data -y
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 }')
@ -48,6 +48,4 @@ sudo apt install gammu-smsd -y || sudo apt install -f
sudo usermod -aG gammu $USER
umask 027 à /root/.bashrc
exit 0