Docs: Update install scripts when bumping version

This commit is contained in:
Brian Cunnie
2022-04-28 05:27:31 -07:00
parent 490f0fcd35
commit 623ecc4390

View File

@@ -16,6 +16,9 @@ sed -i '' "s/$OLD_VERSION/$VERSION/g" \
sed -i '' "s~/$OLD_VERSION/~/$VERSION/~g" \
k8s/document_root_sslip.io/index.html \
k8s/Dockerfile-sslip.io-dns-server
# Optional: update the version for the ns-aws, ns-azure install scripts
sed -i '' "s~/$OLD_VERSION/~/$VERSION/~g" \
~/bin/install_ns-a*.sh
bin/make_all
# Start the server, assuming macOS M1. Adjust path for GOOS, GOARCH. Linux requires `sudo`
bin/sslip.io-dns-server-darwin-arm64