5 lines
151 B
Text
5 lines
151 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
logg info 'Copying /boot/grub2/grubenv to /boot/efi/EFI/qubes/grubenv'
|
||
|
sudo cp -f /boot/grub2/grubenv /boot/efi/EFI/qubes/grubenv
|