From 5a3fa76b7e078ed67cd8cfe16e5827a3a081e3cf Mon Sep 17 00:00:00 2001 From: jreverri <30296245+jreverri@users.noreply.github.com> Date: Sat, 25 Apr 2026 12:47:52 -0600 Subject: [PATCH] Update README.md curl cmd pulls sh files from UntouchedWagons's repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f75deb0..1b09e05 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ For this guide I have made a few assumptions: ```bash export VMID=8200 STORAGE=local-zfs -curl -fsSL https://raw.githubusercontent.com/jreverri/Ubuntu-CloudInit-Docs/main/samples/ubuntu/ubuntu-noble-cloudinit.sh | bash +curl -fsSL https://raw.githubusercontent.com/UntouchedWagons/Ubuntu-CloudInit-Docs/main/samples/ubuntu/ubuntu-noble-cloudinit.sh | bash ``` ### Ubuntu 26.04 (Resolute) ```bash export VMID=8200 STORAGE=local-zfs -curl -fsSL https://raw.githubusercontent.com/jreverri/Ubuntu-CloudInit-Docs/main/samples/ubuntu/ubuntu-resolute-cloudinit.sh | bash +curl -fsSL https://raw.githubusercontent.com/UntouchedWagons/Ubuntu-CloudInit-Docs/main/samples/ubuntu/ubuntu-resolute-cloudinit.sh | bash ``` Other scripts are available in the [samples](./samples) directory, and can be used similarly to the above.