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
2021-10-02 16:08:48 -07:00

6 lines
113 B
Bash
Executable File

#!/bin/bash
set -e -x
source /usr/lib/rancheros-release
cos-upgrade --no-verify --docker-image "${IMAGE}"
reboot