From 73b138f17cbe7d3555ed789778a65461fbb6224b Mon Sep 17 00:00:00 2001 From: kprkpr Date: Sat, 4 Jun 2016 00:36:56 +0200 Subject: [PATCH] changes --- archinstall/translations.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/archinstall/translations.sh b/archinstall/translations.sh index 903f812..0ca413e 100755 --- a/archinstall/translations.sh +++ b/archinstall/translations.sh @@ -6,7 +6,6 @@ case $1 in echo "Script de instalación de Arch(BETA)";; "Intro arch install script") echo "Mediante unas preguntas y avanzando, instalaremos arch en su ordenador \n Ha sido pensado para ser simple, y guiado por opciones, pero debes estar atento durante el proceso. \n Aviso: No debes interrumpir la instalacion por ningun motivo, a no ser que quieras que quede incompleta" - esac } @@ -16,7 +15,7 @@ case $1 in echo $1;; "Intro arch install script") echo "Through simple questions, we will install arch in your computer. Its designed to be simple and guied by options, but you need to be careful during the process. Warning: You musnt stop the install never, or anything can happen";; - +esac }