Fix install

This commit is contained in:
poka 2020-05-20 02:10:50 +02:00
parent 7280fe49fb
commit 6738ce8ffa
1 changed files with 2 additions and 1 deletions

View File

@ -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