This commit is contained in:
2026-05-07 07:32:50 -04:00
commit f27b96a68e
8 changed files with 495 additions and 0 deletions

7
run.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Wrapper: invokes pyinfra against the Framework Desktop, forwarding any
# extra args (e.g. --dry, -v) to pyinfra. Assumes NOPASSWD sudo on the box.
set -euo pipefail
cd "$(dirname "$0")"
exec pyinfra inventory.py deploy.py "$@"