Automatically enable minegrub-theme
This commit is contained in:
parent
d8fe1d1b70
commit
dc07cd68cc
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
yay --noconfirm -Syu grub-theme-minegrub-git;
|
yay --noconfirm -Syu grub-theme-minegrub-git;
|
||||||
|
. "../../../Common/Config/GRUB/minegrub-theme.sh";
|
||||||
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue