From 8c741b24dd6348b511caa03b66c3a9337890c411 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 11 Apr 2025 12:33:14 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a9ceea50..d88c8e36 100644 --- a/install.sh +++ b/install.sh @@ -1693,7 +1693,7 @@ install_openadmin(){ python3.12 -m venv ${openadmin_dir}venv source ${openadmin_dir}venv/bin/activate - pip install --default-timeout=3600 --force-reinstall --ignore-installed -r requirements.txt > /dev/null 2>&1 || pip install --default-timeout=3600 --force-reinstall --ignore-installed -r requirements.txt --break-system-packages > /dev/null 2>&1 + pip install --default-timeout=300 --force-reinstall --ignore-installed -r requirements.txt > /dev/null 2>&1 || pip install --default-timeout=300 --force-reinstall --ignore-installed -r requirements.txt --break-system-packages > /dev/null 2>&1 # on debian12 yaml is also needed to read conf files! if [ -f /etc/os-release ] && grep -q "Debian" /etc/os-release; then