Update INSTALL.sh

This commit is contained in:
Stefan Pejcic
2024-07-25 14:42:42 +02:00
committed by GitHub
parent 385e9d832a
commit d287f67661

View File

@@ -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