1
0
mirror of https://github.com/rancher/os.git synced 2025-07-15 15:51:36 +00:00
os/framework/files/usr/sbin/self-upgrade

6 lines
113 B
Plaintext
Raw Normal View History

2021-08-31 18:14:03 +00:00
#!/bin/bash
set -e -x
source /usr/lib/rancheros-release
cos-upgrade --no-verify --docker-image "${IMAGE}"
reboot