From 95ca3faf1f99b0ad189d18f43700cd2bc67a79e8 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 5 Jul 2026 09:02:34 +0200 Subject: [PATCH] system-maintenance: drop unnecessary force flag --- system-maintenance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-maintenance b/system-maintenance index e0db2b1..f25ac90 100755 --- a/system-maintenance +++ b/system-maintenance @@ -8,7 +8,7 @@ cd ~/upstream/systemd git checkout main git pull $MKOSI -f sandbox -- meson setup build -$MKOSI -f sandbox -- meson compile -C build +$MKOSI sandbox -- meson compile -C build $MKOSI -t none -f cd ~/upstream/particleos -- 2.47.3