SAAS-83: Add ability to install Airtime components separately
-fixed
This commit is contained in:
parent
f75d216bae
commit
15a27526f9
9 changed files with 80 additions and 52 deletions
|
@ -7,6 +7,10 @@ if [ `whoami` != 'root' ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
export INSTALL_PYPO=1
|
||||
export INSTALL_MEDIA_MONITOR=1
|
||||
export INSTALL_SHOW_RECORDER=1
|
||||
|
||||
set +e
|
||||
DEB=$(dpkg -s airtime 2> /dev/null | grep Status)
|
||||
set -e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue