1
0
mirror of https://github.com/rancher/os.git synced 2025-09-04 08:14:21 +00:00
Files
os/framework/files/usr/sbin/self-upgrade

6 lines
113 B
Plaintext
Raw Normal View History

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