Skip to content

Commit

Permalink
installer: drop extraneous setting of VERSION_CODENAME in mantic
Browse files Browse the repository at this point in the history
It already has this value.
The reason jammy_install has it is that it's reused for Mint.
  • Loading branch information
andrey-utkin committed Sep 3, 2024
1 parent 567b2bf commit 7c3760e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion installer/v3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c3760e

Please sign in to comment.