Skip to content

Commit 70a7824

Browse files
committed
Fix starting the test routine
1 parent ac77435 commit 70a7824

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
set -o errexit
22
set -o xtrace
33

4+
cd "$(dirname "$0")"
5+
dirname=$(pwd)
6+
47
# update tingbot-python to get backlight support
58
sudo pip install tingbot-python==0.5.0
69

10+
sudo ln -snf "$dirname/test_routine.tingapp" /apps/home
711
sudo ln -snf "$dirname/test_routine.tingapp" /apps/startup
812

913
sudo shutdown -r now

0 commit comments

Comments
 (0)