From 49b6c7d24f4f938f9eb244337335abd72cd6cf76 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 6 Feb 2023 09:10:11 -0500 Subject: [PATCH] Update jellyfin-v5-install.sh --- install/jellyfin-v5-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/jellyfin-v5-install.sh b/install/jellyfin-v5-install.sh index 92c16950..07fba79a 100644 --- a/install/jellyfin-v5-install.sh +++ b/install/jellyfin-v5-install.sh @@ -79,7 +79,6 @@ msg_ok "Updated Container OS" msg_info "Installing Dependencies" $STD apt-get install -y curl $STD apt-get install -y sudo -$STD apt-get install -y mc $STD apt-get install -y apt-transport-https $STD apt-get install -y software-properties-common msg_ok "Installed Dependencies"