mirror of
https://github.com/rancher/os.git
synced 2025-07-19 01:16:31 +00:00
5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
set -e -x
|
|
sudo cos-upgrade --no-verify --docker-image ibuildthecloud/test
|
|
sudo reboot
|