diff --git a/install.sh b/install.sh index 8d8cd54..2a51e83 100755 --- a/install.sh +++ b/install.sh @@ -71,9 +71,6 @@ iptubes() { # Check installs functions=$(declare -F | awk '{print $NF}' | sort | egrep -v "^_" ) -## Check IPFS install -[[ -z $(which ipfs) ]] && source .install/ipfs.sh - echo -e "${c_green}Astroport UP$c_" [[ -z $args ]] && echo -e "Select a gate to install:" && read apps [[ -z $apps ]] && echo -e "${c_red}Unknown gate \"$args\"$c_" && exit 1