mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 17:51:33 +01:00
changes
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user