From d287f67661217403997dcb0151e3da33a458d366 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 25 Jul 2024 14:42:42 +0200 Subject: [PATCH] Update INSTALL.sh --- version/0.2.3/INSTALL.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/version/0.2.3/INSTALL.sh b/version/0.2.3/INSTALL.sh index f34fa476..52cfe6a7 100644 --- a/version/0.2.3/INSTALL.sh +++ b/version/0.2.3/INSTALL.sh @@ -1327,8 +1327,10 @@ 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 --default-timeout=3600 -r requirements.txt debug_log pip install --default-timeout=3600 -r requirements.txt --break-system-packages # other + # other else echo "Unsuported OS. Currently only Ubuntu22-24 and Debian11-12 are supported." echo 0