From bce2bb931beaab9c0ffb771148bb6a22b4bf86ff Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Fri, 13 Feb 2015 21:22:39 -0500 Subject: [PATCH] Added Debian Jessie support --- install | 3 ++ installer/lib/requirements-debian-jessie.apt | 57 ++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 installer/lib/requirements-debian-jessie.apt diff --git a/install b/install index 5f08b9304..e0a0432b9 100755 --- a/install +++ b/install @@ -255,6 +255,9 @@ echo -e " \/ \/ \/ \/ \n" if checkDistro "wheezy"; then dist="debian" code="wheezy" +elif checkDistro "jessie"; then + dist="debian" + code="jessie" elif checkDistro "trusty"; then dist="ubuntu" code="trusty" diff --git a/installer/lib/requirements-debian-jessie.apt b/installer/lib/requirements-debian-jessie.apt new file mode 100644 index 000000000..1d0b076b2 --- /dev/null +++ b/installer/lib/requirements-debian-jessie.apt @@ -0,0 +1,57 @@ +apache2 +libapache2-mod-php5 +php5 +zendframework +php-pear +php5-gd + +lsb-release + +rabbitmq-server + +postgresql +postgresql-client +php5-pgsql + +python +python-virtualenv +python-pip + +libsoundtouch-ocaml +libtaglib-ocaml +libao-ocaml +libmad-ocaml +ecasound +libportaudio2 +libsamplerate0 +libvo-aacenc0 + +patch + +icecast2 + +php5-curl +mpg123 + +libcamomile-ocaml-data +libpulse0 +vorbis-tools +lsb-release +lsof +vorbisgain +flac +vorbis-tools +pwgen +libfaad2 +php-apc + +lame + +coreutils + +liquidsoap + +libopus0 + +sysvinit +sysvinit-utils \ No newline at end of file