Fix stale usage comment in cloud-init.sh

The header still told readers to paste the raw GitHub URL, left over from
before we confirmed provider user-data fields run pasted/imported content
directly rather than fetching a URL.
This commit is contained in:
Claude
2026-08-10 02:35:34 +00:00
parent 5cab7fe9c0
commit 613625da09
+4 -3
View File
@@ -17,9 +17,10 @@
# and by the time you SSH in the checklist menu is sitting there waiting — # and by the time you SSH in the checklist menu is sitting there waiting —
# the same experience as running bootstrap.sh by hand, just already started. # the same experience as running bootstrap.sh by hand, just already started.
# #
# Usage: paste this file's raw URL into the provider's install-script / # Usage: paste this whole file's contents into the provider's install-script /
# user-data field, e.g. # user-data field (or use an "import from file" option if it has one).
# https://raw.githubusercontent.com/outis1one/ubuntu-post-install/main/cloud-init.sh # User-data fields run the content you give them directly — they don't fetch
# a URL — so paste the script itself, not a link to it.
# #
# Assumes the provider logs you in as root (the default for IONOS Cloud # Assumes the provider logs you in as root (the default for IONOS Cloud
# Server, DigitalOcean droplets, and Hetzner Cloud server images). If you've # Server, DigitalOcean droplets, and Hetzner Cloud server images). If you've