Update README.md

This commit is contained in:
colin 2024-08-11 18:53:50 -04:00
parent 153fcbe281
commit c492b9aa32
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ You can execute this script directly using `curl` with the following commands:
To run the script using the default storage (`proxmox`) and the default VM name (`ubuntu-cloudinit2404`):
```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
```
### 2. **Specify a Different Storage:**
@ -19,7 +19,7 @@ curl -sSL https://git.nixc.us/colin/cloud-init/install.sh | bash
To specify a different storage (`local`) while using the default VM name (`ubuntu-cloudinit2404`):
```bash
curl -sSL https://git.nixc.us/colin/cloud-init/install.sh | bash -s -- local
curl -sSL https://git.nixc.us/colin/cloud-init/raw/branch/main/install.sh | bash -s -- local
```
### 3. **Specify a Different Storage and Custom VM Name:**
@ -27,7 +27,7 @@ curl -sSL https://git.nixc.us/colin/cloud-init/install.sh | bash -s -- local
To specify both a different storage (`local`) and a custom VM name (`custom-vm-name`):
```bash
curl -sSL https://git.nixc.us/colin/cloud-init/install.sh | bash -s -- local custom-vm-name
curl -sSL https://git.nixc.us/colin/cloud-init/raw/branch/main/install.sh | bash -s -- local custom-vm-name
```
## Notes