jq silkaj problem solved

This commit is contained in:
qo-op 2020-05-29 17:43:20 +02:00
parent 6e3f8e1ba0
commit 5efeb4233c
1 changed files with 5 additions and 2 deletions

View File

@ -125,12 +125,15 @@ __) _|_ |_ |\ /--\ \_|
#Duniter communication client...
' | lolcat
sudo apt update || true
sudo apt install ssmtp mpack libffi-dev build-essential qrencode jq bc gawk -y
export PATH=$PATH:~/.local/bin
if [[ ! $(which silkaj) ]]; then
sudo apt update || true
libzzz=$(sudo apt-cache search libsodium | awk '{print $1}' | grep libsodium2)
[[ $libzzz == "" ]] && libzzz=$(sudo apt-cache search libsodium | awk '{print $1}' | grep libsodium1)
sudo apt install ssmtp mpack libffi-dev build-essential qrencode jq bc gawk $libzzz -y
sudo apt install $libzzz -y
sudo apt install python3-pip python3-setuptools python3-wheel -y
pip3 install base58
pip3 install silkaj --user