Package essential software
This commit is contained in:
parent
ed065e6991
commit
8d1c754106
7 changed files with 178 additions and 1 deletions
scripts/Common/Scripts
|
@ -3,3 +3,7 @@ function getConfig -S -a property
|
|||
source "$(status dirname)/eval-module.fish"
|
||||
evalModule "$CONFIG_MODULE" "$property" $argv[2..]
|
||||
end
|
||||
|
||||
function collectionActive -S -a name
|
||||
[ "$(getConfig "valhalla.software.$name" --json)" = "true" ]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue