From 5443f699d67426bf715b54d1f220eadb875b917a Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 1 Apr 2022 09:04:08 -0400 Subject: [PATCH] Update jellyfin_container.sh --- ct/jellyfin_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/jellyfin_container.sh b/ct/jellyfin_container.sh index cd6e7437..3b8e674a 100644 --- a/ct/jellyfin_container.sh +++ b/ct/jellyfin_container.sh @@ -109,7 +109,7 @@ echo -e "${CHECKMARK} \e[1;92m Updating LXC Template List... \e[0m" pveam update >/dev/null echo -e "${CHECKMARK} \e[1;92m Downloading LXC Template... \e[0m" OSTYPE=ubuntu -OSVERSION=${OSTYPE}-21.10 +OSVERSION=${OSTYPE}-20.04 mapfile -t TEMPLATES < <(pveam available -section system | sed -n "s/.*\($OSVERSION.*\)/\1/p" | sort -t - -k 2 -V) TEMPLATE="${TEMPLATES[-1]}" pveam download local $TEMPLATE >/dev/null ||