Erase installer functions automatically
This commit is contained in:
parent
027e0f9fd6
commit
a2f27209b5
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ begin
|
||||||
userConfig \
|
userConfig \
|
||||||
userConfig
|
userConfig
|
||||||
|
|
||||||
functions -e installSW
|
for i in (seq 2 2 (count $actions))
|
||||||
functions -e configureSW
|
functions -e "$actions[$i]"
|
||||||
functions -e userConfig
|
end
|
||||||
|
|
||||||
function runPSUserAction -a script action name
|
function runPSUserAction -a script action name
|
||||||
pwsh -CommandWithArgs '& $args[0] $args[1] @{ name=$args[2]; }' "$script" "$action" "$name"
|
pwsh -CommandWithArgs '& $args[0] $args[1] @{ name=$args[2]; }' "$script" "$action" "$name"
|
||||||
|
|
Loading…
Reference in a new issue