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
|
||||
|
||||
functions -e installSW
|
||||
functions -e configureSW
|
||||
functions -e userConfig
|
||||
for i in (seq 2 2 (count $actions))
|
||||
functions -e "$actions[$i]"
|
||||
end
|
||||
|
||||
function runPSUserAction -a script action name
|
||||
pwsh -CommandWithArgs '& $args[0] $args[1] @{ name=$args[2]; }' "$script" "$action" "$name"
|
||||
|
|
Loading…
Reference in a new issue