| Hash | Commit message | Author | Date | Files | + | - |
1 | commit c4b5b52f50076045009b6d8a8435c7f85f6310e7 |
2 | Author: nvx1 <[email protected]> |
3 | Date: Tue Mar 29 04:19:53 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | AutoInstall | 11 +++++++---- |
8 | PKGBUILD | 2 +- |
9 | 2 files changed, 8 insertions(+), 5 deletions(-) |
10 | |
11 | diff --git a/AutoInstall b/AutoInstall |
12 | index 8fe8bfd..053f735 100755 |
13 | --- a/AutoInstall |
14 | +++ b/AutoInstall |
15 | @@ -334,7 +334,7 @@ xftlib(){ \ |
16 | yes | sudo -u "$name" $aurhelper -S libxft-bgra-git >/dev/null 2>&1 ; } |
17 | |
18 | |
19 | -grub(){ \ |
20 | +yesGrub(){ \ |
21 | dialog --infobox "Initiating Bootloader..." 4 40 |
22 | [ -d /sys/firmware/efi/efivars ] && pacman -S --noconfirm --needed grub efibootmgr >/dev/null 2>&1 && |
23 | grub-install --target=x86_64-efi --bootloader-id=AutoLinux --recheck >/dev/null 2>&1 ; |
24 | @@ -466,9 +466,12 @@ mkdir -p /etc/X11/xinit/xinitrc.d >/dev/null 2>&1 && |
25 | grep -q "OTHER_OPTS='-a pulseaudio -m alsa_seq -r 48000'" /etc/conf.d/fluidsynth || |
26 | echo "OTHER_OPTS='-a pulseaudio -m alsa_seq -r 48000'" >> /etc/conf.d/fluidsynth |
27 | |
28 | -[ "$loader" = "0" ] && grubtheme && grub ; pkill -15 -x 'pulseaudio' ; |
29 | - sudo -u "$name" pulseaudio --start ; system_config ; finalize ; |
30 | - clear ; [ $edition = '1' ] || [ $edition = '2' ] && skell |
31 | + |
32 | +[ "$loader" = "0" ] && installpkg grub && grubtheme && yesGrub[41m |
33 | + |
34 | +pkill -15 -x 'pulseaudio'; sudo -u "$name" pulseaudio --start ; system_config ; finalize |
35 | + |
36 | +clear ; [ $edition = '1' ] || [ $edition = '2' ] && skell |
37 | |
38 | |
39 | ######################################################################################################################################################################################### |
40 | diff --git a/PKGBUILD b/PKGBUILD |
41 | index 77e0b10..66a1588 100644 |
42 | --- a/PKGBUILD |
43 | +++ b/PKGBUILD |
44 | @@ -2,7 +2,7 @@ |
45 | # --- |
46 | _pkgname=AutoLinux |
47 | pkgname=auto |
48 | -pkgver=2.0.1 |
49 | +pkgver=2.0.2 |
50 | pkgrel=1 |
51 | pkgdesc='AutoLinux bootstrap scripts, with optional riced configs for the AutoLinux platform' |
52 | arch=(x86_64) |