mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-06-06 20:54:16 +08:00
fix
This commit is contained in:
@@ -27,6 +27,12 @@ Command:
|
||||
curl -L https://raw.githubusercontent.com/oneclickvirt/incus/main/scripts/incus_install.sh -o incus_install.sh && chmod +x incus_install.sh && bash incus_install.sh
|
||||
```
|
||||
|
||||
OR
|
||||
|
||||
```shell
|
||||
bash incus_install.sh
|
||||
```
|
||||
|
||||
Example of initialization configuration:
|
||||
|
||||
If there is 18GB of unused disk space on the system disk, after deducting the space already occupied, and you want to allocate 2GB of virtual memory (2048MB of SWAP) and a 15GB storage pool, then following the prompts in the command line, enter ```2048``` and ```15```.
|
||||
|
||||
Reference in New Issue
Block a user