Skip to content

Instantly share code, notes, and snippets.

@aiwantaozi
Last active November 4, 2020 03:21
Show Gist options
  • Save aiwantaozi/86070f3e7dec7d092411ce9bf848bd76 to your computer and use it in GitHub Desktop.
Save aiwantaozi/86070f3e7dec7d092411ce9bf848bd76 to your computer and use it in GitHub Desktop.
apt update
apt install zsh -y
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
cp kubectl /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment