From ad22793b6caa230642e02eba3f6d92711d494e4a Mon Sep 17 00:00:00 2001 From: Matt C Date: Mon, 10 May 2021 22:39:32 -0400 Subject: [PATCH] these should be redundant --- crystinstall.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/crystinstall.sh b/crystinstall.sh index 4949ff3..e27c341 100755 --- a/crystinstall.sh +++ b/crystinstall.sh @@ -108,14 +108,9 @@ if [[ "$EFI" == "yes" ]]; then pacstrap /mnt efibootmgr fi -# Grub theme & branding kek -sed -i 's/Arch/CrystalUX/g' /mnt/etc/default/grub +# Grub theme sed -i 's/\/path\/to\/gfxtheme/\/usr\/share\/grub\/themes\/crystalux\/theme.txt/g' /mnt/etc/default/grub sed -i 's/#GRUB_THEME/GRUB_THEME/g' /mnt/etc/default/grub -echo "Performing minor tweaks" -sed -i 's/Arch Linux/CrystalUX/g' /etc/issue -cd /etc/ && curl -LO https://raw.githubusercontent.com/crystalux-project/iso/main/os-release -cd /usr/lib/ && curl -LO https://raw.githubusercontent.com/crystalux-project/iso/main/os-release cp /usr/bin/continue.sh /mnt/. chmod +x /mnt/continue.sh