New comment by Bnyro on void-packages repository https://github.com/void-linux/void-packages/pull/48675#issuecomment-1952228590 Comment: Oh, that's odd, then the easiest thing is to restart from the beginning by running 1. git checkout master 2. git remote add upstream https://github.com/void-linux/void-packages.git 3. git fetch upstream 4. git reset --hard upstream/master 5. create the grub-theme-voidlinux template file again and paste the changes you made from here 6. xbump grub-theme-voidlinux (xbump is part of the `xtools` package) 7. git push -f