diff --git a/README.md b/README.md index f4ff7b0..8028f6b 100644 --- a/README.md +++ b/README.md @@ -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 ` -- ` 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