Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/b274ec87e5e635cc5ba4ae211f43aebf5f5ad91f?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -71,7 +71,7 @@ wget -q -O - https://repo.jellyfin.org/jellyfin_team.gpg.key | sudo apt-key add
echo " deb [arch= $( dpkg --print-architecture ) ] https://repo.jellyfin.org/ $( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main " | sudo tee /etc/apt/sources.list.d/jellyfin.list & >/dev/null
echo " deb [arch= $( dpkg --print-architecture ) ] https://repo.jellyfin.org/ $( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main " | sudo tee /etc/apt/sources.list.d/jellyfin.list & >/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Installing Jellyfin... \e[0m "
echo -e " ${ CHECKMARK } \e[1;92m Installing Jellyfin... \e[0m "
apt-get update & >/dev/null
apt-get update & >/dev/null
apt-get -y install jellyfin & >/dev/null
apt-get install jellyfin -y & >/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Customizing Container... \e[0m "
echo -e " ${ CHECKMARK } \e[1;92m Customizing Container... \e[0m "
chmod -x /etc/update-motd.d/*
chmod -x /etc/update-motd.d/*
touch ~/.hushlogin
touch ~/.hushlogin