Skip to content

Instantly share code, notes, and snippets.

@daddydrac
Created September 24, 2020 23:01
Show Gist options
  • Save daddydrac/3ec385eddcc882dc0a5aad4bd75cab24 to your computer and use it in GitHub Desktop.
Save daddydrac/3ec385eddcc882dc0a5aad4bd75cab24 to your computer and use it in GitHub Desktop.
Automated Install of RKE (Rancher)
curl -s https://api.github.com/repos/rancher/rke/releases/latest | grep download_url | grep amd64 | cut -d '"' -f 4 | wget -qi - chmod +x rke_linux-amd64 sudo mv rke_linux-amd64 /usr/local/bin/rke rke --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment