From b3413bb0511f2a2b1172445d734ed1af2c3a7228 Mon Sep 17 00:00:00 2001 From: BShurilla Date: Fri, 15 Apr 2022 08:57:19 -0500 Subject: [PATCH] Update README.md --- lxc/nginx-proxy-manager/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lxc/nginx-proxy-manager/README.md b/lxc/nginx-proxy-manager/README.md index 94e8706..24247b6 100644 --- a/lxc/nginx-proxy-manager/README.md +++ b/lxc/nginx-proxy-manager/README.md @@ -10,7 +10,7 @@ To create a new LXC container on Proxmox and setup Nginx Proxy Manager to run in ***Note:*** _This will create alpine container_ ```bash -curl -sL https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-proxy-manager/create.sh | bash -s +curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/create.sh | bash -s ``` ### Command line arguments @@ -29,7 +29,7 @@ curl -sL https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-p you can set these parameters by appending ` -- ` like: ```bash -curl -sL https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-proxy-manager/create.sh | bash -s -- --cores 4 +curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/create.sh | bash -s -- --cores 4 ``` ### Console @@ -44,7 +44,7 @@ If you are not using proxmox or want to install this on a existing Alpine box, y ***Note:*** _Only Alpine, Debian and Ubuntu are currently supported by this script_ ```bash -wget --no-cache -qO - https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-proxy-manager/setup.sh | sh +wget --no-cache -qO - https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/setup.sh | sh ``` ## Thanks