summaryrefslogtreecommitdiff
path: root/install-artix.sh
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-04-18 19:48:56 +0100
committerBlake Romero <blake@blkrom.com>2024-04-18 19:48:56 +0100
commitf30f7b407c2288cd612e02b2d9eef339e800dbe9 (patch)
treed0e5a1480661365b9a62d183f13dacfcdee7e695 /install-artix.sh
parent5d82b0f181c0202346e99a55811f9313fc5f339f (diff)
Add grub theme
Diffstat (limited to 'install-artix.sh')
-rwxr-xr-xinstall-artix.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/install-artix.sh b/install-artix.sh
index cf55ff9..4ae9538 100755
--- a/install-artix.sh
+++ b/install-artix.sh
@@ -356,6 +356,11 @@ grub_options="--target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB"
artix-chroot /mnt bash -c "grub-install ${grub_options}"
artix-chroot /mnt bash -c "grub-mkconfig -o /boot/grub/grub.cfg"
+# Install grub theme
+pacman --noconfirm --needed -Sy git
+git clone https://github.com/vinceliuice/grub2-themes.git /mnt/tmp/grub2-themes
+artix-chroot /mnt bash -c "/tmp/grub2-themes/install.sh -b -t stylish"
+
# FEATURES
# ====================================================================
# Enable Arch repositories (extra, community & multilib)