Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Nov 25, 2024
1 parent 34bcd18 commit 2a99145
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2a99145

Please sign in to comment.