From ef0d47f1a32023e1892b2304a1e1e1d01a0d4a06 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sat, 9 May 2020 20:14:26 +0200 Subject: [PATCH] && missing --- zen/tools/make_G1SSB_secret.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/tools/make_G1SSB_secret.sh b/zen/tools/make_G1SSB_secret.sh index 01d68da..ea70b55 100755 --- a/zen/tools/make_G1SSB_secret.sh +++ b/zen/tools/make_G1SSB_secret.sh @@ -192,7 +192,7 @@ diceware passphrase generator...' # INSTALL diceware files ## TODO REPLACE WITH ipfs links [[ ! -f ~/.zen/astroport/zen/tools/diceware.sh ]] \ -mkdir -p ~/.zen/astroport/zen/tools/ +&& mkdir -p ~/.zen/astroport/zen/tools/ && curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/diceware.sh -o ~/.zen/astroport/zen/tools/diceware.sh \ && chmod +x ~/.zen/astroport/zen/tools/diceware.sh