Chain remaining commands

This commit is contained in:
Manuel Thalmann 2024-09-13 15:31:42 +02:00
parent 71de1cca37
commit 2a4a4617ee

View file

@ -42,7 +42,7 @@ else
source "$dir/users.fish"
end
runHook installSoftware || begin
and runHook installSoftware || begin
set -l script (getDeploymentScript)
if [ -n "$script" ]
@ -50,5 +50,5 @@ else
end
end
runHook postInstall || true
and runHook postInstall || true
end