From 7c3760e312417133acc37ff6adfa1af054d14aef Mon Sep 17 00:00:00 2001 From: Andriy Utkin Date: Tue, 3 Sep 2024 00:57:01 +0100 Subject: [PATCH] installer: drop extraneous setting of VERSION_CODENAME in mantic It already has this value. The reason jammy_install has it is that it's reused for Mint. --- installer/v3.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/v3.sh b/installer/v3.sh index 465beece..1d6101f3 100644 --- a/installer/v3.sh +++ b/installer/v3.sh @@ -54,7 +54,6 @@ mantic_install() apt-get update apt -y install gpg software-properties-common wget wget -q https://dl.bluecherrydvr.com/key/bluecherry.asc -O- | sudo tee /etc/apt/trusted.gpg.d/bluecherry.asc - VERSION_CODENAME=mantic : "${SRCLIST_URL:=https://dl.bluecherrydvr.com/sources.list.d/bluecherry-"$VERSION_CODENAME"-unstable.list}" wget --output-document=/etc/apt/sources.list.d/bluecherry-"$VERSION_CODENAME".list "$SRCLIST_URL" apt -y update