mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 18:37:41 +01:00
do not install postgres for cln to not create a cluster outside of the pg install script (#4506)
This commit is contained in:
@@ -42,7 +42,7 @@ function installDependencies() {
|
|||||||
autoconf automake build-essential git libtool libsqlite3-dev \
|
autoconf automake build-essential git libtool libsqlite3-dev \
|
||||||
net-tools zlib1g-dev libsodium-dev gettext
|
net-tools zlib1g-dev libsodium-dev gettext
|
||||||
# additional requirements
|
# additional requirements
|
||||||
sudo apt-get install -y postgresql libpq-dev
|
sudo apt-get install -y libpq-dev
|
||||||
# for clnrest (since v23.11)
|
# for clnrest (since v23.11)
|
||||||
sudo apt-get install -y python3-json5 python3-flask python3-gunicorn
|
sudo apt-get install -y python3-json5 python3-flask python3-gunicorn
|
||||||
# upgrade pip
|
# upgrade pip
|
||||||
|
|||||||
Reference in New Issue
Block a user