do not install postgres for cln to not create a cluster outside of the pg install script (#4506)

This commit is contained in:
openoms 2024-03-28 15:40:29 +01:00 committed by GitHub
parent 7d41e56e02
commit 16cbf0ef34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ function installDependencies() {
autoconf automake build-essential git libtool libsqlite3-dev \
net-tools zlib1g-dev libsodium-dev gettext
# additional requirements
sudo apt-get install -y postgresql libpq-dev
sudo apt-get install -y libpq-dev
# for clnrest (since v23.11)
sudo apt-get install -y python3-json5 python3-flask python3-gunicorn
# upgrade pip