mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-19 03:31:32 +01:00
changes
This commit is contained in:
@@ -317,6 +317,12 @@ esac
|
|||||||
}
|
}
|
||||||
|
|
||||||
function bootinstall {
|
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
|
clear
|
||||||
|
|
||||||
optboot=`dialog --stdout --nocancel --menu "¿Instalar bootloader/gestor de arranque?" 0 0 4 1 "Si (GRUB)" 2 "No, no instalar gestor de arranque"`
|
optboot=`dialog --stdout --nocancel --menu "¿Instalar bootloader/gestor de arranque?" 0 0 4 1 "Si (GRUB)" 2 "No, no instalar gestor de arranque"`
|
||||||
|
|||||||
Reference in New Issue
Block a user