Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/42d7eb2b7f403c4d47b2634c346715835f15d594?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update npm_setup.sh

pull/13/head
tteckster 3 years ago committed by GitHub
parent 44ae530f98
commit 42d7eb2b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,13 +23,17 @@ function msg() {
echo -e "$TEXT"
}
LASTCMD=""
WGETOPT="-t 1 -T 15 -q"
# Cleanup
apt-get remove --purge -y build-essential python3-dev git -qq &>/dev/null
apt-get autoremove -y -qq &>/dev/null
apt-get clean
# Prepare container OS
msg "Setting up container OS..."
sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen
locale-gen >/dev/null
apt-get -y purge openssh-{client,server} >/dev/null
apt-get autoremove >/dev/null
# Update container OS
msg "Updating container OS..."
apt update &>/dev/null
apt-get -qqy upgrade &>/dev/null
# Install dependencies
echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.