diff --git a/Makefile b/Makefile index 56a373b..f42acb5 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ pull/%: apply: echo "Applying salt states" - pushd guardian - sudo qubesctl top.enable guardian - sudo qubesctl --show-output --all state.apply + run0 rm -rf /srv/salt/guardian && cp -r ./guardian /srv/salt/guardian \ + run0 qubesctl top.enable guardian && \ + run0 qubesctl --show-output --all state.apply && \ popd