Speed up install by commenting out wget and using local.

This commit is contained in:
2022-11-10 10:20:01 +13:00
parent f90c236255
commit 69d4e8ba41
2 changed files with 5 additions and 5 deletions

View File

@ -100,5 +100,5 @@ With these constraints in mind we will be deploying ~microshift~ today which is
cd Downloads && git clone https://github.com/jmhbnz/kubernetes-edge-demo.git
# Run the install script
sudo ./microshift-install.sh
cd kubernetes-edge-demo && sudo ./microshift-install.sh
#+end_src