1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-19 11:41:31 +01:00
This commit is contained in:
kprkpr
2016-06-02 11:01:42 +02:00
parent c73a81beea
commit ec8d9844a6
2 changed files with 10 additions and 5 deletions

View File

@@ -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