install poka reread

This commit is contained in:
qo-op 2020-04-30 02:07:43 +02:00
parent 70caf0b017
commit e9d0ef3ff1
1 changed files with 0 additions and 4 deletions

View File

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