~ salmonella-environment-setup (master) acc8de6d55ab05db7958a668bdb8cbcbe35df60c


commit acc8de6d55ab05db7958a668bdb8cbcbe35df60c
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Wed Jan 3 19:39:28 2024 +0100
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Wed Jan 3 19:39:28 2024 +0100

    debian-{bookworm,bullseye}: Add libmosquitto-dev (for mosquitto)

diff --git a/system-setup/installers/packages/debian-bookworm.sh b/system-setup/installers/packages/debian-bookworm.sh
index e390b29..4811dac 100644
--- a/system-setup/installers/packages/debian-bookworm.sh
+++ b/system-setup/installers/packages/debian-bookworm.sh
@@ -113,3 +113,4 @@ sudo apt-get install \
     libespeak-ng-dev \
     librocksdb-dev \
     libnova-dev \
+    libmosquitto-dev \
diff --git a/system-setup/installers/packages/debian-bullseye.sh b/system-setup/installers/packages/debian-bullseye.sh
index c1f0fb2..29be49d 100644
--- a/system-setup/installers/packages/debian-bullseye.sh
+++ b/system-setup/installers/packages/debian-bullseye.sh
@@ -113,3 +113,4 @@ sudo apt-get install \
     libespeak-ng-dev \
     librocksdb-dev \
     libnova-dev \
+    libmosquitto-dev \
Trap