From bbce0930e1582c2d04e53e83ae2cd01e71173478 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 11 Aug 2024 18:38:33 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 321f973..2ad76aa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can execute this script directly using `curl` with the following command: To run the script using the default storage (`proxmox`): ```bash -curl -sSL https://git.nixc.us/colin/cloud-init/install.sh | bash +curl -sSL https://git.nixc.us/colin/cloud-init/raw/branch/main/install.sh | bash ``` ### Specify a Different Storage @@ -19,7 +19,7 @@ curl -sSL https://git.nixc.us/colin/cloud-init/install.sh | bash If you want to specify a different storage, replace `other_storage_name` with your desired storage name: ```bash -curl -sSL https://git.nixc.us/colin/cloud-init/install.sh | bash -s -- other_storage_name +curl -sSL https://git.nixc.us/colin/cloud-init/raw/branch/main/install.sh | bash -s -- other_storage_name ``` ## Notes