Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Feb 16, 2025
1 parent b3746dc commit ba44887
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terminal
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ then

# purge

apt purge grub*
apt purge grub* > "${sink}" 2>&1

list=(
grub
Expand All @@ -398,6 +398,8 @@ then

frobulator.delete /boot/efi/EFI/refind ${list[@]}

frobulator.download get.trmnl.me/refind-configuration /boot/efi/EFI/refind/refind.conf

frobulator.download get.trmnl.me /boot/efi/EFI/refind/themes refind-theme.tar.gz

frobulator.extract /boot/efi/EFI/refind/themes/refind-theme.tar.gz /boot/efi/EFI/refind/themes
Expand Down

0 comments on commit ba44887

Please sign in to comment.