From 6738ce8ffa785149871cd22b5ecc7bd9c30f338d Mon Sep 17 00:00:00 2001 From: poka Date: Wed, 20 May 2020 02:10:50 +0200 Subject: [PATCH] Fix install --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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