diff --git a/version/0.2.1/INSTALL.sh b/version/0.2.1/INSTALL.sh index fc4b39f1..d4fc8a4a 100644 --- a/version/0.2.1/INSTALL.sh +++ b/version/0.2.1/INSTALL.sh @@ -1161,13 +1161,14 @@ install_openadmin(){ # on ubuntu24 we need to use overlay instead of devicemapper! OVERLAY=true - # Debian12 + # Debian12 and 11 elif [ -f /etc/debian_version ]; then echo "Installing PIP and Git" apt-get install git pip -y > /dev/null 2>&1 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