From 3804210089d76e3e8d7d95dc35af0170ff65ed71 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 18 Jan 2022 08:01:09 -0500 Subject: [PATCH] Update npm_container.sh --- npm_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm_container.sh b/npm_container.sh index 3bdd0d8b..48fa1eb1 100644 --- a/npm_container.sh +++ b/npm_container.sh @@ -74,7 +74,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/dev/npm_setup.sh +wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/npm_setup.sh load_module overlay