~ salmonella-environment-setup (master) ee5cf0ca6a86c534dc48eff1c20263258f1132da


commit ee5cf0ca6a86c534dc48eff1c20263258f1132da
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sat Jun 26 09:30:52 2021 +0200
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sat Jun 26 09:30:52 2021 +0200

    debian-buster.sh: add librocksdb-dev (for rocksdb)

diff --git a/system-setup/debian-buster.sh b/system-setup/debian-buster.sh
index 285f698..f0f0299 100755
--- a/system-setup/debian-buster.sh
+++ b/system-setup/debian-buster.sh
@@ -132,6 +132,7 @@ sudo apt-get install \
     gnuplot \
     libtag1-dev \
     libespeak-ng-dev \
+    librocksdb-dev \
 
 ##
 ## Things that are not packaged for Debian
Trap