|
|
|
@ -1,2 +1,18 @@ |
|
|
|
# miaou-proxmox |
|
|
|
|
|
|
|
miaou-proxmox offers some utility tools able to perform the 'incus'-style commands. |
|
|
|
mostly command-line utilities. |
|
|
|
|
|
|
|
## how-to install |
|
|
|
|
|
|
|
> one-liner style |
|
|
|
|
|
|
|
```bash |
|
|
|
curl https://git.artcode.re/miaou/miaou-proxmox/raw/branch/main/install.sh | bash -s # NON-INTERACTIVE |
|
|
|
``` |
|
|
|
|
|
|
|
> change default storage interactively |
|
|
|
|
|
|
|
```bash |
|
|
|
/opt/miaou-proxmox/install.sh |
|
|
|
``` |