From 9c77701ae57b0c47f6732beebfbdec76e4e5c90a Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Mon, 3 Jul 2023 07:38:22 +0530 Subject: [PATCH] Remove workaround of Debian 12 in ppa.sh --- src/scripts/tools/ppa.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/scripts/tools/ppa.sh b/src/scripts/tools/ppa.sh index abaac71d..b3d8d045 100644 --- a/src/scripts/tools/ppa.sh +++ b/src/scripts/tools/ppa.sh @@ -31,10 +31,6 @@ set_base_version() { else set_base_version_codename set_base_version_id - - # Remove once PPAs start having bookworm releases - [ "$VERSION_CODENAME" = 'bookworm' ] && VERSION_CODENAME="bullseye" - printf "ID=%s\nVERSION_ID=%s\nVERSION_CODENAME=%s\n" "$ID" "$VERSION_ID" "$VERSION_CODENAME" | tee /tmp/os-release >/dev/null 2>&1 fi }