BetterFrame/deploy/scripts
Mitchell R 5656d430ff fix(deploy): run cargo build under a login shell
sudo -u <user> cargo fails when cargo lives in ~/.cargo/bin and root's
PATH doesn't carry it. Switch to sudo -u <user> -i sh -c so the user's
.profile / cargo env is sourced.
2026-05-13 03:13:39 +02:00
..
setup-pi-kiosk.sh fix(deploy): run cargo build under a login shell 2026-05-13 03:13:39 +02:00