mirror of
https://github.com/rancher/os.git
synced 2025-06-24 22:11:33 +00:00
5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
|
#cloud-config
|
||
|
runcmd:
|
||
|
- wget -O /tmp/cc https://raw.githubusercontent.com/rancher/os/master/scripts/hosting/packet/packet.sh
|
||
|
- bash -x /tmp/cc
|