mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 02:01:32 +01:00
changes
This commit is contained in:
@@ -185,7 +185,7 @@ fi
|
||||
|
||||
function install {
|
||||
clear
|
||||
tput setaf 2 ; echo "Instalando el sistema, esto puede tardar unos 10 minutos, espere hasta el siguiente aviso" ; tput setaf 9
|
||||
tput setaf 2 ; echo "$(T "Installing system, this can take about 10 minutes, wait")" ; tput setaf 9
|
||||
sleep 2
|
||||
tput setaf 2 ; echo "Formateando y montando particiones..." ; tput setaf 9
|
||||
$formatoraiz /dev/$particionraiz
|
||||
|
||||
@@ -177,6 +177,11 @@ case "$1" in
|
||||
"es") echo "Optimizando la descarga...";;
|
||||
*) echo "${1}...";;
|
||||
esac;;
|
||||
"Installing system, this can take about 10 minutes, wait")
|
||||
case $sclang in
|
||||
"es") echo "Espere...";;
|
||||
*) echo "Instalando el sistema, esto puede tardar unos 10 minutos, espere hasta el siguiente aviso";;
|
||||
esac;;
|
||||
*) echo "$1";;
|
||||
esac
|
||||
}
|
||||
Reference in New Issue
Block a user