Skip to content

Commit

Permalink
PMM-13075 Build pmm client for Ubuntu Noble (24..04) (#2977)
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabinrizwan authored Apr 29, 2024
1 parent 3747ab1 commit 1d87743
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 | 12 | 22.04) apt-get -y install git lsb-release devscripts dh-make;;
11 | 12 | 22.04 | 24.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 1d87743

Please sign in to comment.