6 lines
166 B
Bash
Executable file
6 lines
166 B
Bash
Executable file
#!/bin/bash
|
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|
yay --noconfirm -Syu grub-theme-minegrub-git;
|
|
. "../../../Common/Config/GRUB/minegrub-theme.sh";
|
|
popd > /dev/null;
|