mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-19 11:41:31 +01:00
changes
This commit is contained in:
@@ -22,6 +22,10 @@ mostrardialog "Error fatal" "Ha occurrido un error fatal, la instalacion se va a
|
||||
exit
|
||||
}
|
||||
|
||||
function downloadmods {
|
||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/mods/splashscreen.zip -O /root/inst/splashscreen.zip
|
||||
}
|
||||
|
||||
function horaidioma {
|
||||
#Idioma
|
||||
echo "Escoja su idioma. Se irá desde la abreviatura general, a la particular"
|
||||
@@ -318,9 +322,8 @@ esac
|
||||
|
||||
function bootinstall {
|
||||
echo "Espere..."
|
||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/mods/splashscreen/splashscreen -O /usr/bin/
|
||||
unzip -q /root/inst/splashscreen.zip -d /
|
||||
chmod +x /usr/bin/splashscreen
|
||||
wget https://gitlab.com/JKANetwork/JKArch/raw/master/mods/splashscreen/splashscreen.service -O /etc/systemd/system/
|
||||
systemctl enable splashscreen
|
||||
|
||||
clear
|
||||
@@ -354,6 +357,7 @@ esac
|
||||
echo "Configuración de su sistema"
|
||||
echo "Paquetes basicos para la instalación, puede tardar un poco"
|
||||
pacman -Syu jka-toolkit git wget netctl iw wpa_supplicant dialog sudo alsa-utils --noconfirm --needed
|
||||
downloadmods
|
||||
horaidioma
|
||||
|
||||
mkinitcpio -p linux
|
||||
|
||||
Reference in New Issue
Block a user