mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +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
898485adbe
commit
1093ae3f9b
@ -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…
Reference in New Issue
Block a user