1
0
mirror of https://github.com/rancher/os.git synced 2025-07-17 08:31:02 +00:00
os/files/usr/bin/self-upgrade

6 lines
112 B
Plaintext
Raw Normal View History

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