PortValhalla/scripts/Common/Config/GRUB/minegrub-theme.sh

4 lines
178 B
Bash
Raw Normal View History

#!/bin/bash
2023-08-04 16:48:22 +00:00
sudo sed -i "s/^#\?\(GRUB_THEME=\).*$/\1\"\/usr\/share\/grub\/themes\/minegrub\/minegrub\/theme.txt\"/" /etc/default/grub;
sudo grub-mkconfig -o /boot/grub/grub.cfg;