From 613625da093f101e50333b5432708c76ce6b8a10 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 10 Aug 2026 02:35:34 +0000 Subject: [PATCH] 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. --- cloud-init.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cloud-init.sh b/cloud-init.sh index 605f8d6..bd75d3d 100755 --- a/cloud-init.sh +++ b/cloud-init.sh @@ -17,9 +17,10 @@ # 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. # -# Usage: paste this file's raw URL into the provider's install-script / -# user-data field, e.g. -# https://raw.githubusercontent.com/outis1one/ubuntu-post-install/main/cloud-init.sh +# Usage: paste this whole file's contents into the provider's install-script / +# user-data field (or use an "import from file" option if it has one). +# 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 # Server, DigitalOcean droplets, and Hetzner Cloud server images). If you've