Merge pull request #388 from vsafonkin/v-vlsafo/remove-ref-to-gitio

Remove references to git.io
This commit is contained in:
Alejandro Pauly
2020-02-10 07:29:57 -05:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ apt-get update
apt-get install -y kubectl apt-get install -y kubectl
# Install Helm # 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 # Run tests to determine that the software installed as expected
echo "Testing to make sure that script performed as expected, and basic scenarios work" echo "Testing to make sure that script performed as expected, and basic scenarios work"

View File

@@ -19,7 +19,7 @@ apt-get update
apt-get install -y kubectl apt-get install -y kubectl
# Install Helm # 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 # Run tests to determine that the software installed as expected
echo "Testing to make sure that script performed as expected, and basic scenarios work" echo "Testing to make sure that script performed as expected, and basic scenarios work"

View File

@@ -8,7 +8,7 @@
source $HELPER_SCRIPTS/document.sh source $HELPER_SCRIPTS/document.sh
# Install LTS Node.js and related build tools # 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 ~/n/bin/n lts
npm install -g grunt gulp n parcel-bundler typescript npm install -g grunt gulp n parcel-bundler typescript
npm install -g --save-dev webpack webpack-cli npm install -g --save-dev webpack webpack-cli