Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down