PortValhalla/scripts/Arch/Software/minegrub-theme/install.sh

6 lines
166 B
Bash
Raw Normal View History

#!/bin/bash
2023-04-03 22:26:09 +00:00
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu grub-theme-minegrub-git;
2023-04-03 22:26:09 +00:00
. "../../../Common/Config/GRUB/minegrub-theme.sh";
popd > /dev/null;