diff --git a/install.sh b/install.sh index 18b4060..8691fb5 100644 --- a/install.sh +++ b/install.sh @@ -223,7 +223,7 @@ check_and_install() { app=$1 if ! dpkg -s $app 2>/dev/null | grep -q "Status: install ok installed"; then echo "$app no está instalado. Instalando..." - apt-get install -y $app + sudo DEBIAN_FRONTEND=noninteractive apt-get install -y $app echo "$app instalado correctamente." else echo "$app ya está instalado."