Update README.md
This commit is contained in:
parent
f196384904
commit
bbce0930e1
|
@ -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`):
|
To run the script using the default storage (`proxmox`):
|
||||||
|
|
||||||
```bash
|
```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
|
### 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:
|
If you want to specify a different storage, replace `other_storage_name` with your desired storage name:
|
||||||
|
|
||||||
```bash
|
```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
|
## Notes
|
||||||
|
|
Loading…
Reference in New Issue