9 lines
382 B
Markdown
9 lines
382 B
Markdown
How to use:
|
|
|
|
```cd /opt && git clone https://git.pixelhosting.nl/Blackwhitebear8/createvm-web.git && cd createvm-web```
|
|
```apt install python3 libguestfs-tools jq```
|
|
```pip install flask```
|
|
```chmod +x create.sh```
|
|
```cp createvm.service /etc/systemd/system/createvm.service```
|
|
```systemctl daemon-reload```
|
|
```systemctl enable --now createvm.service && systemctl start createvm```
|