commit
2284630e48
@ -31,7 +31,7 @@ function error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Base raw github URL
|
# 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
|
# Operating system
|
||||||
_os_type=alpine
|
_os_type=alpine
|
||||||
_os_version=3.12
|
_os_version=3.12
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
TMP=/tmp/npm_install.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
|
if [ "$(uname)" != "Linux" ]; then
|
||||||
echo "OS NOT SUPPORTED"
|
echo "OS NOT SUPPORTED"
|
||||||
|
Loading…
Reference in New Issue
Block a user