mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-18 03:01:32 +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 "Script de instalación simple de Arch (BETA)"
|
||||||
echo "Mediante unas preguntas y avanzando, instalaremos arch"
|
echo "Mediante unas preguntas y avanzando, instalaremos arch"
|
||||||
echo "Antes de continuar, asegurese que tiene un wifi enchufado, o una conexion por cable"
|
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"
|
echo "Ahora seleccione su ubicación/país para ajustar el reloj"
|
||||||
NEW_TIMEZONE=$(tzselect)
|
NEW_TIMEZONE=$(tzselect)
|
||||||
test -n "$NEW_TIMEZONE" && cp -fp /usr/share/zoneinfo/"$NEW_TIMEZONE" /etc/localtime
|
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