auto


Logs | Files | README | LICENSE | GitLab


1
commit ab1bcf36d43d764cf3f89dc118df3800fba73366
2
Author: Connor Etherington <[email protected]>
3
Date:   Thu Mar 31 10:52:57 2022 +0200
4
5
    Update.
6
---
7
 autoInstall | 6 +++---
8
 1 file changed, 3 insertions(+), 3 deletions(-)
9
10
diff --git a/autoInstall b/autoInstall
11
index fe91eb3..1c9f0d4 100755
12
--- a/autoInstall
13
+++ b/autoInstall
14
@@ -335,13 +335,13 @@ xftlib(){ \
15
 
16
 
17
 yesGrub(){ \
18
-    dialog --infobox "Initiating Bootloader..." 4 40
19
+    dialog --infobox "Initiating the Grub Bootloader..." 4 40
20
         pacman -S --noconfirm --needed grub >/dev/null 2>&1 
21
         ! [ -d /sys/firmware/efi/efivars ] && 
22
             grub-install --target=i386-pc --bootloader-id=AutoLinux --force  >/dev/null 2>&1 ;
23
         [ -d /sys/firmware/efi/efivars ] && pacman -S --noconfirm --needed grub efibootmgr >/dev/null 2>&1 &&
24
             grub-install --target=x86_64-efi --bootloader-id=AutoLinux --recheck >/dev/null 2>&1 ;
25
-            grub-mkconfig -o /boot/grub/grub.cfg >/dev/null 2>&1 ; }                
26
+            grub-mkconfig -o /boot/grub/grub.cfg >/dev/null 2>&1 ; grubtheme ; }
27
 
28
 grubtheme(){ \
29
 	dialog --infobox "Setting Grub theme..." 4 30 
30
@@ -470,7 +470,7 @@ grep -q "OTHER_OPTS='-a pulseaudio -m alsa_seq -r 48000'" /etc/conf.d/fluidsynth
31
 pkill -15 -x 'pulseaudio'; sudo -u "$name" pulseaudio --start
32
 
33
 
34
-system_config ; [ "$loader" = "0" ] && grubtheme && yesGrub
35
+system_config ; [ "$loader" = "0" ] && yesGrub
36
 
37
 finalize ; clear ; [ $edition = '1' ] || [ $edition = '2' ] && skell
38