mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 17:51:33 +01:00
changes
This commit is contained in:
@@ -62,11 +62,6 @@ wget https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/chrootinstall.s
|
||||
|
||||
}
|
||||
|
||||
function userpass {
|
||||
#Aqui hay que añadir los comandos para crear un usuario, aunque esto correrá dentro del chroot y no aqui
|
||||
echo "Sin hacer"
|
||||
}
|
||||
|
||||
echo "Script de instalación simple de Arch (BETA)"
|
||||
echo "Mediante unas preguntas y avanzando, instalaremos arch"
|
||||
echo "Antes de continuar, asegurese que tiene un wifi enchufado, o una conexion por cable"
|
||||
|
||||
@@ -23,4 +23,10 @@ done
|
||||
echo "Ahora seleccione su ubicación/país para ajustar el reloj"
|
||||
NEW_TIMEZONE=$(tzselect)
|
||||
test -n "$NEW_TIMEZONE" && cp -fp /usr/share/zoneinfo/"$NEW_TIMEZONE" /etc/localtime
|
||||
}
|
||||
|
||||
|
||||
function userpass {
|
||||
#Aqui hay que añadir los comandos para crear un usuario, aunque esto correrá dentro del chroot y no aqui
|
||||
echo "Sin hacer"
|
||||
}
|
||||
Reference in New Issue
Block a user