We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae561e9 commit 4dc9747Copy full SHA for 4dc9747
code/local-kubernetes-cluster-installation/install-application-stack.sh
@@ -29,7 +29,7 @@ cd /home/$INSTALLUSER
29
# Pull zipped files
30
rm -rf bigbitbus-kat-main # Clean out any old run
31
rm bigbitbus-kat-main.zip
32
-wget https://www.dropbox.com/s/3rng7ke6ii2hl40/bigbitbus-kat-main.zip
+wget https://github.com/BigBitBusInc/kubernetes-automation-toolkit/archive/candair-0.2.zip
33
unzip bigbitbus-kat-main.zip
34
35
0 commit comments