Skip to content

Commit

Permalink
Add ubuntu noble pxb
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed May 28, 2024
1 parent b8d2c50 commit 14f2f92
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ install_deps() {
PKGLIST+=" cmake debhelper libaio-dev libncurses-dev libtool libz-dev libsasl2-dev vim-common"
PKGLIST+=" libgcrypt-dev libev-dev lsb-release libudev-dev"
PKGLIST+=" build-essential rsync libdbd-mysql-perl libnuma1 socat libssl-dev patchelf libicu-dev"
if [ "${OS_NAME}" != "bookworm" && "${OS_NAME}" != "noble" ]; then
PKGLIST+=" libprocps-dev"
else
if [ "${OS_NAME}" == "bookworm" -o "${OS_NAME}" == "noble" ]; then
PKGLIST+=" libproc2-dev"
else
PKGLIST+=" libprocps-dev"
fi
if [ "${OS_NAME}" == "bionic" ]; then
PKGLIST+=" gcc-8 g++-8"
Expand Down

0 comments on commit 14f2f92

Please sign in to comment.