1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 17:51:33 +01:00
This commit is contained in:
kprkpr
2016-06-02 00:11:28 +02:00
parent 75e730a38a
commit b7d006358b

View File

@@ -317,6 +317,12 @@ esac
}
function bootinstall {
echo "Espere..."
wget https://gitlab.com/JKANetwork/JKArch/raw/master/mods/splashscreen/splashscreen -O /usr/bin/
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
optboot=`dialog --stdout --nocancel --menu "¿Instalar bootloader/gestor de arranque?" 0 0 4 1 "Si (GRUB)" 2 "No, no instalar gestor de arranque"`