Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/e6d2cbc8122c34306129ed6b665c779ccd8eaf30?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
0 deletions
@ -74,6 +74,7 @@ apt-get install -y sudo &>/dev/null
apt-get install -y gnupg & >/dev/null
apt-get install -y gnupg & >/dev/null
msg_ok "Installed Dependencies"
msg_ok "Installed Dependencies"
if [ [ -z " $( grep -w "100000" /proc/self/uid_map) " ] ] ; then
msg_info "Setting Up Hardware Acceleration"
msg_info "Setting Up Hardware Acceleration"
apt-get -y install \
apt-get -y install \
va-driver-all \
va-driver-all \
@ -84,6 +85,7 @@ apt-get -y install \
/bin/chmod 755 /dev/dri
/bin/chmod 755 /dev/dri
/bin/chmod 660 /dev/dri/*
/bin/chmod 660 /dev/dri/*
msg_ok "Set Up Hardware Acceleration"
msg_ok "Set Up Hardware Acceleration"
fi
msg_info "Setting Up Plex Media Server Repository"
msg_info "Setting Up Plex Media Server Repository"
wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | sudo apt-key add - & >/dev/null
wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | sudo apt-key add - & >/dev/null