1
0
Fork 0

Fix install

This commit is contained in:
poka 2020-05-20 02:01:24 +02:00
parent f1e5bc7a8f
commit 03434728cf
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
########################################################################
{ # this ensures the entire script is downloaded #
# this ensures the entire script is downloaded #
MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
ME="${0##*/}"
@ -114,4 +114,4 @@ sleep 7
echo "Peers: " && ipfs swarm peers
[[ $(ipfs swarm peers) == "" ]] && err "No peers found in swarm. Please open issue :https://git.p2p.legal/axiom-team/astroport/issues"
} # this ensures the entire script is downloaded #
# this ensures the entire script is downloaded #

View File

@ -12,6 +12,7 @@ echo "Add colors ..."
curl -s $gitpath/.install/export_colors.sh | bash || exit 1
[[ -n $(grep ".bash_aliases" ~/.bashrc) ]] && echo ". ~/.bash_aliases" ~/.bashrc
# IPFS install
echo "${c_green}Astroport installer
###
1. IPFS Swarm Layer$c_"
@ -21,6 +22,7 @@ curl -s $gitpath/.install/ipfs_alone.sh | bash || exit 1
# Set environment variables
curl -s $gitpath/.install/sys_checkOS.sh noexec | bash || exit 1
# SSB install
echo "${c_green}2. Ḡ1/ScuttleButt anoptical layer$c_"
# ONCE YOU READ and AGREE. Run TrustFull QUICK Install !!
curl -s $gitpath/zen/tools/make_G1SSB_secret.sh | bash || exit 1