Remove sudo from pip3 install base58

This commit is contained in:
poka 2020-05-14 00:50:24 +02:00
parent 9f4408e599
commit 2ba19df078
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,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