From a411d2936f54955543e89fbadf5f620f5b3e5bba Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 14 May 2024 23:26:56 +0100 Subject: Remove grub theme --- install-artix.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install-artix.sh b/install-artix.sh index 7ce7da2..480411e 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -378,12 +378,6 @@ 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 /mnt/grub2-themes -artix-chroot /mnt bash -c "/grub2-themes/install.sh -b -t stylish" -rm -rf /mnt/grub2-themes - # Enable Arch repositories (extra, community & multilib) # https://wiki.artixlinux.org/Main/Repositories if [[ "${arch_support}" == true ]]; then -- cgit