vinceliuice / grub2-themes

Modern Design theme for Grub2
GNU General Public License v3.0
3.29k stars 236 forks source link

failed to backup grub file when reinstall #194

Closed littleneko closed 4 months ago

littleneko commented 1 year ago

I don't known how to upgrade to latest version, so i pull the master code and execute install.sh to upgrade. But install.sh use cp with -n option, so it will fail on this line. And the uninstall also not remove the /etc/default/grub.bak file.

    # Backup grub config
    cp -an /etc/default/grub /etc/default/grub.bak