1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00
Files
os/files/usr/bin/self-upgrade

6 lines
112 B
Plaintext
Raw Normal View History

2021-06-25 11:01:35 -07:00
#!/bin/bash
set -e -x
source /etc/os-release
sudo cos-upgrade --no-verify --docker-image "${IMAGE}"
sudo reboot