wrong path

This commit is contained in:
qo-op 2020-05-09 20:11:53 +02:00
parent 9a7a2c5cfe
commit 329805f1c3
1 changed files with 6 additions and 5 deletions

View File

@ -191,12 +191,13 @@ echo '
diceware passphrase generator...'
# INSTALL diceware files ## TODO REPLACE WITH ipfs links
[[ ! -f ~/.ssb_astroport/diceware.sh ]] \
&& curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/diceware.sh -o ~/.ssb_astroport/diceware.sh \
&& chmod +x ~/.ssb_astroport/diceware.sh
[[ ! -f ~/.zen/astroport/zen/tools/diceware.sh ]] \
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
[[ ! -f ~/.ssb_astroport/diceware-wordlist.txt ]] \
&& curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/diceware-wordlist.txt
[[ ! -f ~/.zen/astroport/zen/tools/diceware-wordlist.txt ]] \
&& curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/diceware-wordlist.txt -o ~/.zen/astroport/zen/tools/diceware-wordlist.txt
# LOGIN (=SALT)
salt="$(~/.zen/astroport/zen/tools/diceware.sh 6)"