Update jellyfin-install.sh

tweak
This commit is contained in:
tteckster 2023-06-06 15:58:39 -04:00 committed by GitHub
parent 3f61e07393
commit b5eb945f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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