add initial deploy script for raspberry pi
This commit is contained in:
parent
806dcc7e15
commit
aca207246d
3 changed files with 15 additions and 0 deletions
5
deploy/init-remote.sh
Executable file
5
deploy/init-remote.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue