This commit is contained in:
qo-op 2020-04-30 02:40:26 +02:00
parent 4c5bf4c018
commit f7acc359c7
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ __) _|_ |_ |\ /--\ \_|
'
mkdir -p ~/.zen
sudo apt update || true
libs=$(sudo apt-cache search libsodium | awk '{print $1}' | grep libsodium2)
sudo apt install build-essential $libs -y
libzzz=$(sudo apt-cache search libsodium | awk '{print $1}' | grep libsodium2)
sudo apt install build-essential $libzzz -y
sudo pip3 install base58
sudo apt install python3-pip python3-setuptools python3-wheel -y
pip3 install silkaj --user