Erase installer functions automatically

This commit is contained in:
Manuel Thalmann 2024-11-02 13:55:21 +01:00
parent 027e0f9fd6
commit a2f27209b5

View file

@ -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"