diff --git a/scripts/Common/Scripts/software.fish b/scripts/Common/Scripts/software.fish index cce684ba..6edb1383 100755 --- a/scripts/Common/Scripts/software.fish +++ b/scripts/Common/Scripts/software.fish @@ -25,7 +25,9 @@ begin end for name in (echo "$users" | jq '.[]' --raw-output0 | string split0) - runInstaller userConfig "$name" + if [ "$name" != "$USER" ] + runInstaller userConfig "$name" + end end else if [ "$action" = "userConfig" ] set -l name $argv[2]