This commit is contained in:
Billy Tat
2022-12-08 13:53:22 -08:00
parent 350a80ec57
commit aa011b01e3
@@ -43,7 +43,7 @@ tls-san:
After that, you need to run the install command and enable and start rke2:
```
curl -sfL https://get.rke2.io | INSTALL_RKE2_CHANNEL=v1.20 sh -
curl -sfL https://get.rke2.io | sh -
systemctl enable rke2-server.service
systemctl start rke2-server.service
```