From 2a99145286da09936f157c46da525e4fc8ac1fa4 Mon Sep 17 00:00:00 2001 From: gerblesh <101901964+gerblesh@users.noreply.github.com> Date: Sun, 24 Nov 2024 17:26:05 -0800 Subject: [PATCH] fix --- justfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"