From 7a9bee9192cafafecaf4da040fef1aa859160067 Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Fri, 7 Feb 2020 15:17:43 +0300 Subject: [PATCH] Remove references to git.io --- images/linux/scripts/installers/1604/kubernetes-tools.sh | 2 +- images/linux/scripts/installers/1804/kubernetes-tools.sh | 2 +- images/linux/scripts/installers/nodejs.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/linux/scripts/installers/1604/kubernetes-tools.sh b/images/linux/scripts/installers/1604/kubernetes-tools.sh index 934fe92cd..448ecd05b 100644 --- a/images/linux/scripts/installers/1604/kubernetes-tools.sh +++ b/images/linux/scripts/installers/1604/kubernetes-tools.sh @@ -17,7 +17,7 @@ apt-get update apt-get install -y kubectl # Install Helm -curl -L https://git.io/get_helm.sh | bash +curl -L https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash # Run tests to determine that the software installed as expected echo "Testing to make sure that script performed as expected, and basic scenarios work" diff --git a/images/linux/scripts/installers/1804/kubernetes-tools.sh b/images/linux/scripts/installers/1804/kubernetes-tools.sh index b0a6f43f6..ba6f0aa03 100644 --- a/images/linux/scripts/installers/1804/kubernetes-tools.sh +++ b/images/linux/scripts/installers/1804/kubernetes-tools.sh @@ -19,7 +19,7 @@ apt-get update apt-get install -y kubectl # Install Helm -curl -L https://git.io/get_helm.sh | bash +curl -L https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash # Run tests to determine that the software installed as expected echo "Testing to make sure that script performed as expected, and basic scenarios work" diff --git a/images/linux/scripts/installers/nodejs.sh b/images/linux/scripts/installers/nodejs.sh index c4d6296ef..5b4777a6f 100644 --- a/images/linux/scripts/installers/nodejs.sh +++ b/images/linux/scripts/installers/nodejs.sh @@ -8,7 +8,7 @@ source $HELPER_SCRIPTS/document.sh # Install LTS Node.js and related build tools -curl -sL https://git.io/n-install | bash -s -- -ny - +curl -sL https://raw.githubusercontent.com/mklement0/n-install/stable/bin/n-install | bash -s -- -ny - ~/n/bin/n lts npm install -g grunt gulp n parcel-bundler typescript npm install -g --save-dev webpack webpack-cli