Skip to content

Commit

Permalink
PMM-7 Add debian bookworm build for pmm2-client
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabinrizwan committed Nov 23, 2023
1 parent 5dd1d3c commit 3453cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/build-client-deb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ main() {
apt-get update
case "\$OS_VERSION" in
11 | 22.04) apt-get -y install git lsb-release devscripts dh-make;;
11 | 12 | 22.04) apt-get -y install git lsb-release devscripts dh-make;;
*) apt-get -y install git lsb-release devscripts dh-make dh-systemd;;
esac
mkdir -p /tmp/pmm
Expand Down

0 comments on commit 3453cbb

Please sign in to comment.