From 71a1fb393e4992b664a76056934ec6a68953ba8a Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Sun, 22 Apr 2012 13:43:05 -0400 Subject: [PATCH] -lsof may not be installed on all distributions... --- install_full/ubuntu/airtime-full-install | 2 +- install_full/ubuntu/airtime-full-install-nginx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install_full/ubuntu/airtime-full-install b/install_full/ubuntu/airtime-full-install index 18881796b..7f2892500 100755 --- a/install_full/ubuntu/airtime-full-install +++ b/install_full/ubuntu/airtime-full-install @@ -39,7 +39,7 @@ php-pear php5-gd postgresql odbc-postgresql python2.6 libsoundtouch-ocaml \ libtaglib-ocaml libao-ocaml libmad-ocaml ecasound \ libesd0 libportaudio2 libsamplerate0 rabbitmq-server patch \ php5-curl mpg123 monit python-virtualenv multitail libcamomile-ocaml-data \ -libpulse0 vorbis-tools lsb-release +libpulse0 vorbis-tools lsb-release lsof #install packages with --force-yes option (this is useful in the case #of Debian, where these packages are unauthorized) diff --git a/install_full/ubuntu/airtime-full-install-nginx b/install_full/ubuntu/airtime-full-install-nginx index 2466ff33e..049168739 100755 --- a/install_full/ubuntu/airtime-full-install-nginx +++ b/install_full/ubuntu/airtime-full-install-nginx @@ -42,7 +42,7 @@ php-pear php5-gd postgresql odbc-postgresql python2.6 libsoundtouch-ocaml \ libtaglib-ocaml libao-ocaml libmad-ocaml ecasound \ libesd0 libportaudio2 libsamplerate0 rabbitmq-server patch \ php5-curl mpg123 monit python-virtualenv multitail libcamomile-ocaml-data \ -libpulse0 vorbis-tools lsb-release +libpulse0 vorbis-tools lsb-release lsof #install packages with --force-yes option (this is useful in the case #of Debian, where these packages are unauthorized)