Drop unrelated privileged heredoc scanner

This commit is contained in:
Ryan Hughes
2026-08-30 11:49:50 -04:00
parent 40d0c9bbdf
commit 4c23077f80
37 changed files with 2 additions and 1280 deletions
@@ -1,13 +0,0 @@
#!/bin/bash
# The name is introduced with a packaged root-owned value and then reassigned to
# one under the user's home. Judging the first assignment would read this as the
# path it no longer holds.
target=/usr/share/omarchy/bin/agent
target="$HOME/.local/share/omarchy/bin/agent"
# omarchy:heredoc-expands paths=none -- target is the packaged agent path under /usr
cat <<EOF | sudo tee /etc/systemd/system/omarchy-agent.service >/dev/null
[Service]
ExecStart=$target
EOF