mirror of
https://github.com/rancher/os.git
synced 2025-09-19 00:59:53 +00:00
10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
![]() |
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cat <<EOF
|
||
|
As of RancherOS v0.4.0 'rancheros-install' is obsolete.
|
||
|
Please use 'ros install' instead.
|
||
|
EOF
|
||
|
|
||
|
exit 1
|