diff --git a/.github/install-dependencies.sh b/.github/install-dependencies.sh index aa30d053..e398d287 100755 --- a/.github/install-dependencies.sh +++ b/.github/install-dependencies.sh @@ -13,7 +13,8 @@ apt-get update && \ libgpgme-dev \ libgnutls28-dev \ uuid-dev \ - libssh-gcrypt-dev \ + libgcrypt-dev \ + libssh-dev \ libhiredis-dev \ libxml2-dev \ libpcap-dev \ diff --git a/INSTALL.md b/INSTALL.md index 59c17d2e..4d8f7f91 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -49,7 +49,8 @@ Install prerequisites on Debian GNU/Linux 'Bullseye' 11: libgpgme-dev \ libgnutls28-dev \ uuid-dev \ - libssh-gcrypt-dev \ + libgcrypt-dev \ + libssh-dev \ libhiredis-dev \ libxml2-dev \ libpcap-dev \