From 04b547ed84f26c96b14c9d9649043302345035c0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 12 May 2025 12:49:42 +0200 Subject: [PATCH] Update babybuddy-install.sh --- install/babybuddy-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/babybuddy-install.sh b/install/babybuddy-install.sh index 0607394..e9ecdad 100644 --- a/install/babybuddy-install.sh +++ b/install/babybuddy-install.sh @@ -33,12 +33,12 @@ unzip -q v${RELEASE}.zip mv babybuddy-${RELEASE} /opt/babybuddy rm "v${RELEASE}.zip" cd /opt/babybuddy -pip install -U pip wheel pipenv +$STD pip install -U pip wheel pipenv export PIPENV_VENV_IN_PROJECT=1 export PIPENV_IGNORE_VIRTUALENVS=1 export PIPENV_VERBOSITY=-1 -pipenv install -pipenv shell +$STD pipenv install +#$STD pipenv shell cp babybuddy/settings/production.example.py babybuddy/settings/production.py touch /opt/babybuddy/data/db.sqlite3 chown -R www-data:www-data /opt/babybuddy/data