Update setup-ubuntu.sh
This commit is contained in:
@@ -41,6 +41,10 @@ rm -f packages.helm.gpg
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y helm
|
sudo apt install -y helm
|
||||||
|
|
||||||
|
# Minikube
|
||||||
|
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
|
||||||
|
sudo install minikube-linux-amd64 /usr/local/bin/minikube && rm minikube-linux-amd64
|
||||||
|
|
||||||
# Google Chrome
|
# Google Chrome
|
||||||
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
sudo apt install -y ./google-chrome-stable_current_amd64.deb
|
sudo apt install -y ./google-chrome-stable_current_amd64.deb
|
||||||
|
|||||||
Reference in New Issue
Block a user