From e9d0ef3ff11884cb52ac29498c4cf6e1340728d3 Mon Sep 17 00:00:00 2001 From: qo-op Date: Thu, 30 Apr 2020 02:07:43 +0200 Subject: [PATCH] install poka reread --- .install/ipfs.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.install/ipfs.sh b/.install/ipfs.sh index aa5cfab..08c520a 100755 --- a/.install/ipfs.sh +++ b/.install/ipfs.sh @@ -16,7 +16,6 @@ fi [[ -d ~/.ipfs ]] && echo "IPFS install exist, please remove backup before execute this script" && exit 1 -ipfs_install() { echo -e "${c_yellow}Onboarding IPFS...$c_" [[ -f /usr/local/bin/ipfs ]] && sudo service ipfs stop if [[ $ARM == "yes" ]]; then @@ -66,8 +65,5 @@ ipfs_install() { sudo systemctl daemon-reload || err+="Restart IPFS" -} - -ipfs_install exit 0