This commit is contained in:
qo-op 2020-04-30 02:11:43 +02:00
parent e9d0ef3ff1
commit da9ab4538f
1 changed files with 0 additions and 3 deletions

View File

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