📦️ Add gron to VM installs

This commit is contained in:
Jérôme Petazzoni
2026-04-30 10:48:34 +02:00
parent b49e994b49
commit 6f125e901d

View File

@@ -1249,7 +1249,7 @@ _cmd_tools() {
pssh "
set -e
sudo apt-get -q update
sudo apt-get -qy install apache2-utils argon2 emacs-nox git httping htop jid joe jq mosh tree unzip
sudo apt-get -qy install apache2-utils argon2 emacs-nox git gron httping htop jid joe jq mosh tree unzip
# This is for VMs with broken PRNG (symptom: running docker-compose randomly hangs)
sudo apt-get -qy install haveged
"