From a106687c95b869f26a0aa522ef6d3e31dad39dfa Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 22 Aug 2024 15:12:01 +0200 Subject: [PATCH] Update INSTALL.sh --- version/0.2.5/INSTALL.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/version/0.2.5/INSTALL.sh b/version/0.2.5/INSTALL.sh index 74654733..514b1961 100644 --- a/version/0.2.5/INSTALL.sh +++ b/version/0.2.5/INSTALL.sh @@ -45,7 +45,6 @@ LOCALES=true #only en NO_SSH=false #deny port 22 INSTALL_FTP=false #no ui INSTALL_MAIL=false #no ui -OVERLAY=false # needed for ubuntu24 and debian12 IPSETS=true #currently only with ufw SET_HOSTNAME_NOW=false #FQDN SETUP_SWAP_ANYWAY=false @@ -322,7 +321,6 @@ parse_args() { echo " --skip-requirements Skip the requirements check." echo " --skip-panel-check Skip checking if existing panels are installed." echo " --skip-apt-update Skip the APT update." - echo " --overlay2 Enable overlay2 storage driver instead of device-mapper." echo " --skip-firewall Skip installing UFW or CSF - Only do this if you will set another external firewall!" echo " --csf Install and setup ConfigServer Firewall (default from >0.2.3)" echo " --ufw Install and setup Uncomplicated Firewall (was default in <0.2.3)" @@ -379,9 +377,6 @@ while [[ $# -gt 0 ]]; do SKIP_PANEL_CHECK=true #SKIP_REQUIREMENTS=true ;; - --overlay2) - OVERLAY=true - ;; --skip-firewall) SKIP_FIREWALL=true ;; @@ -1343,9 +1338,6 @@ install_openadmin(){ cd $OPENPADMIN_DIR debug_log pip install --default-timeout=3600 -r requirements.txt --break-system-packages - # on ubuntu24 we need to use overlay instead of devicemapper! - OVERLAY=true - # Debian12 and 11 elif [ -f /etc/debian_version ]; then echo "Installing PIP and Git"