diff options
| author | Blake Romero <blake@blkrom.com> | 2024-05-14 23:26:56 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-05-14 23:26:56 +0100 |
| commit | a411d2936f54955543e89fbadf5f620f5b3e5bba (patch) | |
| tree | 5646b87518a13e352ea993bb799c1f286bd570cc /install-artix.sh | |
| parent | 665e1771a70973fd5646e9f0a58e3ae8fe67669d (diff) | |
Remove grub theme
Diffstat (limited to 'install-artix.sh')
| -rwxr-xr-x | install-artix.sh | 6 |
1 files changed, 0 insertions, 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 |
