chore: correct git url
This commit is contained in:
parent
cf7ae548b9
commit
8d78dc789a
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user