This commit is contained in:
Boris 2021-09-01 18:49:07 +02:00
commit 5cf75a496d
1 changed files with 3 additions and 3 deletions

View File

@ -58,8 +58,8 @@ if [ -f $MY_PATH/ipfs-update.tar.gz ]; then
sudo ./install.sh || err "Install ipfs-update"
cd $MY_PATH
echo "INSTALL ipfs 0.7.0 >>>>>>>>>>>>>>>>>>>>>>>>>>"
sudo ipfs-update install 0.7.0 || err "Install IPFS"
echo "INSTALL ipfs 0.9.1 >>>>>>>>>>>>>>>>>>>>>>>>>>"
sudo ipfs-update install 0.9.1 || err "Install IPFS"
else
## TERRAPI4 aarch64 install ipfs_aarch64_v0.9.1
sudo tar -xvzf /tmp/ipfs_aarch64_v0.9.1.tar.gz -C /usr/src/ || err "Untar ipfs_aarch64"
@ -128,7 +128,7 @@ ipfs bootstrap rm --all
# BOOTSTRAP NODES ARE ADDED LATER
###########################################
# AVOID CONFLICT WITH KODI REMOTE
ipfs config Addresses.Gateway "/ip4/127.0.0.1/tcp/8181"
# ipfs config Addresses.Gateway "/ip4/127.0.0.1/tcp/8181"
[[ "$USER" != "xbian" ]] && sudo systemctl restart ipfs