Streamline minegrub-theme installation

This commit is contained in:
Manuel Thalmann 2024-07-16 23:11:27 +02:00
parent e4dfb6ae10
commit ab94663128
3 changed files with 27 additions and 0 deletions
scripts/Common/Software/minegrub-theme

View file

@ -0,0 +1,11 @@
#!/bin/env fish
begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
function configureSW -V dir
source "$dir/../GRUB/main.fish" configure
end
runInstaller $argv
end