new commit

This commit is contained in:
Manuel 2022-10-22 15:25:15 +00:00
parent 84a1e9b5f4
commit ec7b30e09b
1 changed files with 0 additions and 5 deletions

View File

@ -17,8 +17,3 @@ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flat
#add-architecture i386
dpkg --add-architecture i386
### Fixes the "Not installing grub for UEFI Secure Boot" in all versions , after the default was changed.
#sed s/keyutils/"keyutils --install-recommends"/ /usr/sbin/bootloader-config > /tmp/bootloader-config
echo -e "$(grep -A1 -B20 "Installing grub-efi (uefi)..." /usr/sbin/bootloader-config) --install-recommends" > /tmp/bootloader-config
echo -e "$(grep -A2 "else" /usr/sbin/bootloader-config) --install-recommends\nfi" >> /tmp/bootloader-config
chmod +x /tmp/bootloader-config && mv /tmp/bootloader-config /usr/sbin/bootloader-config