new commit
This commit is contained in:
parent
84a1e9b5f4
commit
ec7b30e09b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue