Streamline minegrub-theme
installation
This commit is contained in:
parent
e4dfb6ae10
commit
ab94663128
3 changed files with 27 additions and 0 deletions
scripts/Common/Software/minegrub-theme
11
scripts/Common/Software/minegrub-theme/main.fish
Normal file
11
scripts/Common/Software/minegrub-theme/main.fish
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue