1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00
Files
os/framework/files/usr/sbin/self-upgrade
Darren Shepherd 3040e886dc Refactor build
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