diff --git a/.install/ipfs_alone.sh b/.install/ipfs_alone.sh index 1db7e63..6054ccb 100644 --- a/.install/ipfs_alone.sh +++ b/.install/ipfs_alone.sh @@ -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 # diff --git a/install.sh b/install.sh index aae1520..7a97874 100644 --- a/install.sh +++ b/install.sh @@ -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