Explorar el Código

* Cambios en los textos

Guzmán Castanedo Villalba hace 5 años
padre
commit
d5331fa512
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install

+ 1 - 1
install

@@ -668,7 +668,7 @@ mostrarBienvenida() {
 # Pantalla de bienvenida y muestra SO y estado de los discos
 	ANCHO=$(tput cols)
 	ALTO=$(tput lines)
-	whiptail --title "INSTALACION AUTO-ELEARNING" --yesno "Este script automatiza completamente la instalación de una WIKI y un CAMPUS VIRTUAL.\nPara ello instala un servidor LAMP o LEMP, el software MediaWiki y configura todo lo necesario.\n\nInformación del sistema:\nOS: $OS $DIST $REV\n$HDInfo" $((ALTO * 9 / 10)) $((ANCHO * 9 / 10)) --yes-button "Continuar" --no-button "Salir"
+	whiptail --title "INSTALACION AUTO-ELEARNING" --yesno "Este script automatiza completamente la instalación de una WIKI y un CAMPUS VIRTUAL.\nPara ello instala un servidor LAMP o LEMP, MediaWiki, Moodle y configura todo lo necesario.\n\nInformación del sistema:\nOS: $OS $DIST $REV\n$HDInfo" $((ALTO * 9 / 10)) $((ANCHO * 9 / 10)) --yes-button "Continuar" --no-button "Salir"
 	comprobarError $? 1
 }