From da9ab4538f11a23fe60e4d6604a64bf00b3cc032 Mon Sep 17 00:00:00 2001 From: qo-op Date: Thu, 30 Apr 2020 02:11:43 +0200 Subject: [PATCH] oh --- install.sh | 3 --- 1 file changed, 3 deletions(-) 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