diff --git a/install.sh b/install.sh index 7a97874..4456884 100644 --- a/install.sh +++ b/install.sh @@ -11,13 +11,14 @@ gitpath="https://git.p2p.legal/axiom-team/astroport/raw/master" echo "Add colors ..." curl -s $gitpath/.install/export_colors.sh | bash || exit 1 [[ -n $(grep ".bash_aliases" ~/.bashrc) ]] && echo ". ~/.bash_aliases" ~/.bashrc +. ~/.bash_aliases # IPFS install echo "${c_green}Astroport installer ### 1. IPFS Swarm Layer$c_" # Full automatic (you trust this git depot) -curl -s $gitpath/.install/ipfs_alone.sh | bash || exit 1 +curl -s $gitpath/.install/ipfs_alone.sh | bash # || exit 1 # Set environment variables curl -s $gitpath/.install/sys_checkOS.sh noexec | bash || exit 1