Add function for inheriting fish
installers
This commit is contained in:
parent
d1076f9b2d
commit
4504ca85d4
20 changed files with 53 additions and 97 deletions
scripts/Arch/Software/docker
|
@ -1,8 +1,8 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
set -l dir (status dirname)
|
||||
set -l base "$dir/../../../Common/Software/docker/main.fish"
|
||||
source "$dir/../../Scripts/software.fish"
|
||||
inherit "$dir/../../../Common/Software/docker/main.fish"
|
||||
|
||||
function installSW
|
||||
yayinst \
|
||||
|
@ -12,13 +12,5 @@ begin
|
|||
docker-scan
|
||||
end
|
||||
|
||||
function configureSW -V base
|
||||
fish "$base" configure
|
||||
end
|
||||
|
||||
function userConfig -V base
|
||||
fish "$base" userConfig $argv
|
||||
end
|
||||
|
||||
runInstaller $argv
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue