theme go brr

pull/3/head
Matt C 3 years ago
parent 51ab9e99e2
commit 7c58c679cf

@ -448,6 +448,11 @@ if [[ "$flatpak" == "0" ]]; then
dump "Adding the flathub remote likely failed. We're sorry we can't work around this. Ask in discord if you need help."
fi
if [[ "$DE" != "Fig" ]]; then
arch-chroot /mnt pacman -S --quiet --noconfirm crystal-grub-theme
echo "GRUB_THEME=\"/usr/share/grub/themes/crystal/theme.txt\"" >> /mnt/etc/default/grub
fi
if [[ "$EFI" == "yes" ]]; then
arch-chroot /mnt grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=crystal --removable
else
@ -455,6 +460,8 @@ else
fi
arch-chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg
inf "Installation should now be complete."
yesno "Would you like to chroot into the new install to configure manually? (y/N)"

Loading…
Cancel
Save