Advertisement
niels68

Untitled

Jan 30th, 2024
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | Fixit | 0 0
  1. #!/bin/bash
  2.  
  3. set -ex
  4. wget -O /usr/bin/rke https://github.com/rancher/rke/releases/download/v1.3.17/rke_linux-amd64
  5. chmod +x /usr/bin/rke
  6. rke --version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement