mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-20 12:11:30 +01:00
changes
This commit is contained in:
@@ -342,10 +342,11 @@ function otrasconfig {
|
||||
mostrardialog "Otras configuraciones" "Aquí puedes seleccionar otras configuraciones que puedes hacer a Arch antes de terminar la instalacion, como su nombre"
|
||||
# Loop infinito en otras configuraciones hasta que se pulse la de terminar
|
||||
for (( ; ; ))
|
||||
othopt=`dialog --stdout --nocancel --menu "Otras configuraciones" 0 0 8 e "Nada mas / Finalizar instalacion" 1 "Cambiar hostname (Nombre pc)" 2 "Usar otra distribucion de teclado como principal" 3 "Cambiar contraseña de root" 4 "Habilitar AUR (con yaourt)"`
|
||||
if [[ $othopt = "e" ]];then
|
||||
do
|
||||
othopt=`dialog --stdout --nocancel --menu "Otras configuraciones" 0 0 8 e "Nada mas / Finalizar instalacion" 1 "Cambiar hostname (Nombre pc)" 2 "Usar otra distribucion de teclado como principal" 3 "Cambiar contraseña de root" 4 "Habilitar AUR (con yaourt)"`
|
||||
if [[ $othopt = "e" ]];then
|
||||
break
|
||||
else
|
||||
else
|
||||
case $othopt in
|
||||
1)
|
||||
echo ""
|
||||
@@ -380,7 +381,8 @@ else
|
||||
;;
|
||||
4) pacman -S yaourt base-devel --noconfirm --needed;;
|
||||
esac
|
||||
fi
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
function bootinstall {
|
||||
|
||||
Reference in New Issue
Block a user