mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "b5eb945f4d4985cb9e8790950d8bd486bb66a42d" and "c23de06e363959b92d4c55d43100717f72155589" have entirely different histories.
b5eb945f4d
...
c23de06e36
|
@ -37,7 +37,7 @@ if [[ "$CTTYPE" == "0" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
msg_info "Installing Jellyfin"
|
msg_info "Installing Jellyfin"
|
||||||
VERSION="$( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release )"
|
VERSION="$( awk -F'=' '/^UBUNTU_CODENAME=/{ print $NF }' /etc/os-release )"
|
||||||
# If the keyring directory is absent, create it
|
# If the keyring directory is absent, create it
|
||||||
if [[ ! -d /etc/apt/keyrings ]]; then
|
if [[ ! -d /etc/apt/keyrings ]]; then
|
||||||
mkdir -p /etc/apt/keyrings
|
mkdir -p /etc/apt/keyrings
|
||||||
|
|
Loading…
Reference in New Issue