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