diff --git a/justfile b/justfile index 4d91716..c52241e 100644 --- a/justfile +++ b/justfile @@ -77,8 +77,7 @@ container-test: sleep 1 done # podman exec -t ublue-update-test systemd-run --user --machine podman@ --pipe --quiet sudo /usr/bin/ublue-update --dry-run - podman exec -t ublue-update-test systemctl start ublue-update.service - podman exec -t ublue-update-test systemctl status ublue-update.service + podman exec -t ublue-update-test systemd-run --machine 0@ --pipe --quiet /usr/bin/ublue-update --dry-run podman rm -f ublue-update-test clean: rm -rf "$UBLUE_ROOT"