From f7acc359c7f7309e4594a7b4632704fbd33f212f Mon Sep 17 00:00:00 2001 From: qo-op Date: Thu, 30 Apr 2020 02:40:26 +0200 Subject: [PATCH] libzzz --- zen/tools/make_G1SSB_secret.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zen/tools/make_G1SSB_secret.sh b/zen/tools/make_G1SSB_secret.sh index 7e8fcf8..a55730b 100755 --- a/zen/tools/make_G1SSB_secret.sh +++ b/zen/tools/make_G1SSB_secret.sh @@ -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