mirror of
https://github.com/rancher/os.git
synced 2025-07-15 15:51:36 +00:00
6 lines
113 B
Bash
Executable File
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
|