mirror of
https://github.com/rancher/os.git
synced 2025-07-17 08:31:02 +00:00
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
|
#!/bin/bash
|
||
|
set -e -x
|
||
|
source /etc/os-release
|
||
|
sudo cos-upgrade --no-verify --docker-image "${IMAGE}"
|
||
|
sudo reboot
|