Automatically enable minegrub-theme

This commit is contained in:
Manuel Thalmann 2023-04-04 00:26:09 +02:00
parent 40fdf8b65a
commit 16e910a842

View file

@ -1,2 +1,5 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu grub-theme-minegrub-git;
. "../../../Common/Config/GRUB/minegrub-theme.sh";
popd > /dev/null;