]> piware.de Git - bin.git/commitdiff
claude-sysext: sudo → run0
authorMartin Pitt <martin@piware.de>
Sat, 4 Oct 2025 19:37:37 +0000 (21:37 +0200)
committerMartin Pitt <martin@piware.de>
Sat, 4 Oct 2025 19:37:37 +0000 (21:37 +0200)
claude-sysext

index a408f66c7a7036fe4ff3c7e1e465b374e6622475..9d68c6a068f09993a0a0e699f038661443283f71 100755 (executable)
@@ -46,7 +46,7 @@ else
 fi
 
 if systemd-detect-virt --quiet --container; then
-    flatpak-spawn --host sudo -S "$0" "$arg"
+    flatpak-spawn --host run0 "$0" "$arg"
 else
-    sudo "$0" "$arg"
+    run0 "$0" "$arg"
 fi