This commit is contained in:
qo-op 2020-05-14 01:03:50 +02:00
commit c8262d2c5f
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ if [[ ! $(which silkaj) ]]; then
[[ $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 python3-pip python3-setuptools python3-wheel -y
sudo pip3 install base58
pip3 install base58
pip3 install silkaj --user
echo 'PATH=$PATH:~/.local/bin' >> ~/.bashrc && source ~/.bashrc
fi