mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 09:41:31 +01:00
changes
This commit is contained in:
@@ -56,6 +56,8 @@ case "$1" in
|
||||
echo "Fin";;
|
||||
"Setup finished, press enter to reboot.")
|
||||
echo "Instalación finalizada, al pulsar aceptar, se reiniciará el sistema";;
|
||||
"Network connection error, please check it")
|
||||
echo "Error de conexion con internet, compruebe la red";;
|
||||
*)
|
||||
echo "$1";;
|
||||
esac
|
||||
@@ -117,7 +119,8 @@ case "$1" in
|
||||
echo "$1";;
|
||||
"Setup finished, press enter to reboot.")
|
||||
echo "$1";;
|
||||
|
||||
"Network connection error, please check it")
|
||||
echo "$1";;
|
||||
*)
|
||||
translate_es "$1";;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user