&& missing

This commit is contained in:
qo-op 2020-05-09 20:14:26 +02:00
parent 329805f1c3
commit ef0d47f1a3
1 changed files with 1 additions and 1 deletions

View File

@ -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