From 8597f0ce9fefc355d5f0d76325a4764adffb490c Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 23 Aug 2024 09:44:01 +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 b13d287b..ba2cef37 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1401,7 +1401,7 @@ install_openadmin(){ git clone -b $py_enchoded_for_distro --single-branch https://github.com/stefanpejcic/openadmin $OPENPADMIN_DIR cd $OPENPADMIN_DIR - "pip install --default-timeout=3600 -r requirements.txt > /dev/null 2>&1 || pip install --default-timeout=3600 -r requirements.txt --break-system-packages" > /dev/null 2>&1 + pip install --default-timeout=3600 -r requirements.txt > /dev/null 2>&1 || pip install --default-timeout=3600 -r requirements.txt --break-system-packages > /dev/null 2>&1 cp -fr /usr/local/admin/service/admin.service ${SERVICES_DIR}admin.service > /dev/null 2>&1