mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02: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
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user