mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
9 lines
282 B
Bash
Executable file
9 lines
282 B
Bash
Executable file
#!/bin/bash
|
|
|
|
version=$(jq -r '.version' fcast-receiver/package.json)
|
|
scripts/build.sh
|
|
ares-install --device tv ./com.futo.fcast.receiver_${version}_all.ipk
|
|
|
|
ares-inspect --device tv -s com.futo.fcast.receiver.service &
|
|
sleep 5
|
|
ares-inspect --device tv --app com.futo.fcast.receiver
|