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

Update jellyfin-install.sh

tweak
pull/1474/head
tteckster 2 years ago committed by GitHub
parent 3f61e07393
commit b5eb945f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ if [[ "$CTTYPE" == "0" ]]; then
fi
msg_info "Installing Jellyfin"
VERSION="$( awk -F'=' '/^(UBUNTU_CODENAME|VERSION_CODENAME)=/{ print $NF }' /etc/os-release )"
VERSION="$( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release )"
# If the keyring directory is absent, create it
if [[ ! -d /etc/apt/keyrings ]]; then
mkdir -p /etc/apt/keyrings

Loading…
Cancel
Save

Powered by BW's shoe-string budget.