From c435180b947768d1ffa9e840c77c644b947b5945 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 18 Apr 2024 00:56:27 +0100 Subject: Debug refind theme --- install-artix.sh | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/install-artix.sh b/install-artix.sh index de8429f..c963a47 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -300,22 +300,6 @@ artix-chroot /mnt bash -c "/usr/lib/booster/regenerate_images" # Install rEFInd artix-chroot /mnt bash -c "refind-install" -# Install rEFInd theme -## download repo -git clone https://github.com/bobafetthotmail/refind-theme-regular.git /mnt/tmp/refind-theme-regular -## remove unused directories and files -rm -rf /mnt/tmp/refind-theme-regular/{src,.git} -rm /mnt/tmp/refind-theme-regular/install.sh -## remove old theme (if previously installed to boot) -rm -rf /mnt/boot/EFI/refind/{regular-theme,refind-theme-regular} -rm -rf /mnt/boot/EFI/refind/themes/{regular-theme,refind-theme-regular} -## install theme -mkdir -p /mnt/boot/EFI/refind/themes -cp -r /mnt/tmp/refind-theme-regular /mnt/boot/EFI/refind/themes/ -## enable theme -echo "# Load refind-theme-regular -include themes/refind-theme-regular/theme.conf" >> /mnt/boot/EFI/refind/refind.conf - # FEATURES # ==================================================================== # Enable Arch repositories (extra, community & multilib) @@ -372,10 +356,10 @@ if [[ "${enable_aur}" == true ]]; then echo "AUR helper installation complete!" fi -# FINISH -swapoff -a -umount -R /mnt -[[ "${encrypt}" == true ]] && cryptsetup close root +# # FINISH +# swapoff -a +# umount -R /mnt +# [[ "${encrypt}" == true ]] && cryptsetup close root set +x echo " -- cgit