Merge pull request #1 from maej20/maej20-patch-1
Change theme installation directory
This commit is contained in:
commit
d5a9e28863
1 changed files with 2 additions and 1 deletions
|
@ -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"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue