14 lines
444 B
Bash
Executable File
14 lines
444 B
Bash
Executable File
#!/bin/sh
|
|
|
|
php airtime-install.php $@ || exit $?
|
|
|
|
echo "*** Pypo Installation ***"
|
|
#python ".__DIR__."/../python_apps/pypo/install/pypo-install.py || exit $?
|
|
python ../python_apps/pypo/install/pypo-install.py || exit $?
|
|
|
|
echo "*** Recorder Installation ***"
|
|
#python ".__DIR__."/../python_apps/show-recorder/install/recorder-install.py || exit $?
|
|
#python ../python_apps/show-recorder/install/recorder-install.py || exit $?
|
|
|
|
airtime-check-system
|