Skip to content

Commit

Permalink
Remove workaround of Debian 12 in ppa.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jul 3, 2023
1 parent 394503c commit 9c77701
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/scripts/tools/ppa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9c77701

Please sign in to comment.