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