From 2e8daabae9ee3fd353e012c94fb8a7de433db087 Mon Sep 17 00:00:00 2001 From: Elton Renda Date: Mon, 4 Dec 2023 10:35:46 +0200 Subject: [PATCH] chore: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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