From 83d287353fc87173055ef43d33513ba33368ceae Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 16 Jul 2024 13:53:06 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.sh b/INSTALL.sh index f6656fed..f63be646 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1173,6 +1173,7 @@ install_openadmin(){ echo "Downloading files for Debian and python version $current_python_version" git clone -b debian-$current_python_version --single-branch https://github.com/stefanpejcic/openadmin $OPENPADMIN_DIR cd $OPENPADMIN_DIR + debug_log pip install -r requirements.txt debug_log pip install -r requirements.txt --break-system-packages # other else