diff --git a/ipfs-install.sh b/ipfs-install.sh index 7c224c4..a5f5aae 100755 --- a/ipfs-install.sh +++ b/ipfs-install.sh @@ -13,7 +13,7 @@ else fi fi -curl https://dist.ipfs.tech/kubo/v0.16.0/kubo_$VERSION_linux-amd64.tar.gz -o kubo.tgz +curl https://dist.ipfs.tech/kubo/v$VERSION/kubo_$VERSION_linux-amd64.tar.gz -o kubo.tgz tar xzf kubo.tgz ## install ./kubo/ipfs to /usr/local/bin/ipfs cd kubo && sudo bash install.sh diff --git a/rename-host.sh b/rename-host.sh index b9626a9..f768720 100755 --- a/rename-host.sh +++ b/rename-host.sh @@ -2,7 +2,7 @@ if [ $1 ] then NewHostname=$1 else - echo "=== Set <> or leave blank for no change" + echo "=== Set or for no change" read -p ">>> " NewHostname fi