From 353adf373b31a864476e7d5e552dc71d7521cc0a Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q Date: Wed, 4 Oct 2023 09:12:33 -0500 Subject: [PATCH] Update update.sh --- update.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index c9d2f25..f349b12 100644 --- a/update.sh +++ b/update.sh @@ -321,7 +321,7 @@ sudo systemctl stop fdmrparrot.service ######################### #lamp - +#!/bin/bash apps=("mariadb-server" "php" "libapache2-mod-php" "php-zip" "php-mbstring" "php-cli" "php-common" "php-curl" "php-xml" "php-mysql") # Función para verificar e instalar una aplicación @@ -340,7 +340,6 @@ check_and_install() { for app in "${apps[@]}"; do check_and_install $app done - sudo systemctl restart mariadb && sudo systemctl enable mariadb #sudo mysql_secure_installation --host=localhost --port=3306 @@ -583,7 +582,7 @@ then sudo systemctl restart fdmr_mon2.service fi ###### - +bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-fdmr)" EOFD1 ######################################### FDMR-Monitor Update ###############################################################