add initial deploy script for raspberry pi

This commit is contained in:
sigil-03 2025-09-04 15:46:33 -06:00
parent 806dcc7e15
commit aca207246d
3 changed files with 15 additions and 0 deletions

5
deploy/init-remote.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
# right now only use raspberry pi target
rsync ./targets/init-raspi.sh $1:/tmp
ssh $1 /tmp/init-raspi.sh