Update install.sh

merge-requests/1/head
Esteban Mackay Q. 1 year ago
parent cbefb51866
commit fe6cd1608d

@ -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."

Loading…
Cancel
Save

Powered by TurnKey Linux.