mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 00:59:23 +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:
parent
7d41e56e02
commit
16cbf0ef34
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue