| 
					
				 | 
			
			
				@@ -187,9 +187,10 @@ mostrarExpress() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	case $express in 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		Express) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			instalacionExpress 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			# DECIDIR QUÉ OPCIONES SON LAS MÍNIMAS 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			;; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		Avanzada) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			mostrarComponentes 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			mostrarAvanzada 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			;; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		*) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			printf "ERROR:\tError interno (selección express).\n" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -198,7 +199,7 @@ mostrarExpress() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	esac 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-mostrarComponentes() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+mostrarAvanzada() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	componentes=$(whiptail --title "INSTALACION AVANZADA" --checklist "<ESPACIO>: seleccionar   <TAB>: cambiar   <FLECHAS>: moverse\n\nEscoge los componentes que quieres instalar:" 20 70 7 \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	"WebServer" "Instalar servidor web http/https" ON \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	"Database" "Instalar una base de datos SQL" ON \ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -473,6 +474,7 @@ mostrarExpress 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	# Configurar actualizaciones 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	if [ $actualizacionesOn = true ]; then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		printf "Configurando actualizaciones automáticas..." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		# CRONTAB 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		printf " OK.\n" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	fi 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |