chore: correct git url

This commit is contained in:
Elton Renda 2021-08-12 10:47:54 +02:00
parent cf7ae548b9
commit 8d78dc789a
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ function error {
}
# Base raw github URL
_raw_base="https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager"
_raw_base="https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-proxy-manager"
# Operating system
_os_type=alpine
_os_version=3.12

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh
TMP=/tmp/npm_install.sh
URL=https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/install
URL=https://raw.githubusercontent.com/ej52/proxmox-scripts/main/lxc/nginx-proxy-manager/install
if [ "$(uname)" != "Linux" ]; then
echo "OS NOT SUPPORTED"