diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index 535f26a..de94160 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -261,7 +261,7 @@ fi if [[ $partefi ]];then echo "Tienes una partición EFI en: $partefi" fi -tput setaf 1 ; echo "Si estas de acuerdo, presione enter, en caso contrario, apague el ordenador a la fuerza y no comenzará la instalación" ; tput setaf 9 +tput setaf 1 ; echo "$(T "If you agree with that, press enter. If not, turn off the computer") ; tput setaf 9 pause install clear diff --git a/archinstall/translations.sh b/archinstall/translations.sh index aced062..59d64fc 100755 --- a/archinstall/translations.sh +++ b/archinstall/translations.sh @@ -36,6 +36,8 @@ case "$1" in echo "¿Quieres editar las particiones?¿Como?";; "Ok, last thing before start installing, summary of changes") echo "Ok, vamos a comenzar la instalacion, pero antes, un resumen de donde lo va a instalar.";; + "If you agree with that, press enter. If not, turn off the computer") + echo "Si estas de acuerdo, presione enter, en caso contrario, apague el ordenador a la fuerza y no comenzará la instalación";; *) echo "$1";; esac @@ -77,6 +79,8 @@ case "$1" in echo "$1";; "Ok, last thing before start installing, summary of changes") echo "Ok, last thing before start installing, summary of changes we will do";; + "If you agree with that, press enter. If not, turn off the computer") + echo "If you agree with that, press enter. If not, turn off the computer";; *) translate_es "$1";; esac