Skip to content

Commit

Permalink
{Packaging} Change default debian repo to bullseye (#20556)
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads authored Dec 1, 2021
1 parent 998172e commit 176befc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/debian/deb_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ setup() {
if [[ $DIST =~ "Ubuntu" ]]; then
CLI_REPO="focal"
elif [[ $DIST =~ "Debian" ]]; then
CLI_REPO="buster"
CLI_REPO="bullseye"
elif [[ $DIST =~ "LinuxMint" ]]; then
CLI_REPO=$(cat /etc/os-release | grep -Po 'UBUNTU_CODENAME=\K.*') || true
if [[ -z $CLI_REPO ]]; then
Expand Down

0 comments on commit 176befc

Please sign in to comment.