Install minegrub during Arch installation

This commit is contained in:
Manuel Thalmann 2023-04-04 02:53:21 +02:00
parent 3227a67dd0
commit a8e344e570

View file

@ -3,4 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../Software/yay/install.sh"; . "../Software/yay/install.sh";
# GRUB Shenanigans
. "../Software/minegrub-theme/install.sh";
popd > /dev/null; popd > /dev/null;