mirror of
https://github.com/ej52/proxmox-scripts.git
synced 2025-11-23 17:30:27 +01:00
chore: update README.md
This commit is contained in:
@@ -9,7 +9,7 @@ To create a new LXC container on Proxmox and setup a app to run inside of it, ru
|
||||
***Tested with:*** _proxmox 7.1+, alpine 3.12+, debian 11+, Ubuntu 18+_
|
||||
|
||||
```bash
|
||||
curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/create.sh | bash -s
|
||||
bash -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/create.sh)"
|
||||
```
|
||||
|
||||
### Command line arguments
|
||||
@@ -32,7 +32,7 @@ curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/create.sh | bash -s
|
||||
you can set these parameters by appending ` -- <parameter> <value>` like:
|
||||
|
||||
```bash
|
||||
curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/create.sh | bash -s -- --app nginx-proxy-manager --cleanup
|
||||
bash -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/create.sh)" -s --app nginx-proxy-manager --cleanup
|
||||
```
|
||||
|
||||
### Console
|
||||
|
||||
Reference in New Issue
Block a user