mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
9 lines
173 B
Bash
9 lines
173 B
Bash
|
cat <<EOF >/etc/yum.repos.d/rancher.repo
|
||
|
[rancher]
|
||
|
name=Rancher Repository
|
||
|
baseurl=https://rpm.rancher.io/
|
||
|
enabled=1
|
||
|
gpgcheck=1
|
||
|
gpgkey=https://rpm.rancher.io/public.key
|
||
|
EOF
|