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 ec3e92e commit b8d2c50
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,15 @@ 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" ]; then
if [ "${OS_NAME}" != "bookworm" && "${OS_NAME}" != "noble" ]; then
PKGLIST+=" libprocps-dev"
else
PKGLIST+=" libproc2-dev"
fi
if [ "${OS_NAME}" == "bionic" ]; then
PKGLIST+=" gcc-8 g++-8"
fi
if [ "${OS_NAME}" == "focal" -o "${OS_NAME}" == "bullseye" -o "${OS_NAME}" == "bookworm" -o "${OS_NAME}" == "jammy" ]; then
if [ "${OS_NAME}" == "focal" -o "${OS_NAME}" == "bullseye" -o "${OS_NAME}" == "bookworm" -o "${OS_NAME}" == "jammy" -o "${OS_NAME}" == "noble" ]; then
PKGLIST+=" python3-sphinx python3-docutils"
else
PKGLIST+=" python-sphinx python-docutils"
Expand Down

0 comments on commit b8d2c50

Please sign in to comment.