Merge pull request #1 from maej20/maej20-patch-1

Change theme installation directory
This commit is contained in:
Matthew 2021-12-26 22:31:02 -05:00 committed by GitHub
commit d5a9e28863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,8 @@
# * @link https://youtu.be/BAyzHP1Cqb0
# */
THEME_DIR='/usr/share/grub/themes'
#THEME_DIR='/usr/share/grub/themes'
THEME_DIR='/boot/grub/themes'
THEME_NAME=''
function echo_title() { echo -ne "\033[1;44;37m${*}\033[0m\n"; }