Bozhidar Slaveykov před 1 rokem
rodič
revize
fa0cce7354
1 změnil soubory, kde provedl 12 přidání a 12 odebrání
  1. 12 12
      installers/Ubuntu/22.04/install.sh

+ 12 - 12
installers/Ubuntu/22.04/install.sh

@@ -68,18 +68,18 @@ for DEPENDENCY in "${DEPENDENCIES_LIST[@]}"; do
     fi
 done
 
-DEPENDENCIES_FOR_REMOVE_LIST=(
-    "apache2"
-)
-# Check if the dependencies are installed
-for DEPENDENCY in "${DEPENDENCIES_FOR_REMOVE_LIST[@]}"; do
-    if command_is_installed $DEPENDENCY; then
-        echo "Dependency $DEPENDENCY is installed."
-        echo "Removing $DEPENDENCY..."
-        apt purge -y $DEPENDENCY
-        apt autoremove -y
-    fi
-done
+#DEPENDENCIES_FOR_REMOVE_LIST=(
+#    "apache2"
+#)
+## Check if the dependencies are installed
+#for DEPENDENCY in "${DEPENDENCIES_FOR_REMOVE_LIST[@]}"; do
+#    if command_is_installed $DEPENDENCY; then
+#        echo "Dependency $DEPENDENCY is installed."
+#        echo "Removing $DEPENDENCY..."
+#        apt purge -y $DEPENDENCY
+#        apt autoremove -y
+#    fi
+#done
 
 
 # sudo ufw allow proto tcp from any to any port 80,443