From 16c638e41e82deedddfb2b3b2cd1096503ded279 Mon Sep 17 00:00:00 2001 From: Hang Date: Thu, 20 Jul 2023 14:42:12 +0800 Subject: [PATCH] Init --- scripts/release/debian/deb_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/debian/deb_install.sh b/scripts/release/debian/deb_install.sh index 49660bcc422..6f1d9fae59b 100755 --- a/scripts/release/debian/deb_install.sh +++ b/scripts/release/debian/deb_install.sh @@ -62,7 +62,7 @@ setup() { if [[ $DIST =~ "Ubuntu" ]]; then CLI_REPO="jammy" elif [[ $DIST =~ "Debian" ]]; then - CLI_REPO="bullseye" + CLI_REPO="bookworm" elif [[ $DIST =~ "LinuxMint" ]]; then CLI_REPO=$(cat /etc/os-release | grep -Po 'UBUNTU_CODENAME=\K.*') || true if [[ -z $CLI_REPO ]]; then