Added Debian Jessie support
This commit is contained in:
parent
13939a5129
commit
bce2bb931b
3
install
3
install
|
@ -255,6 +255,9 @@ echo -e " \/ \/ \/ \/ \n"
|
||||||
if checkDistro "wheezy"; then
|
if checkDistro "wheezy"; then
|
||||||
dist="debian"
|
dist="debian"
|
||||||
code="wheezy"
|
code="wheezy"
|
||||||
|
elif checkDistro "jessie"; then
|
||||||
|
dist="debian"
|
||||||
|
code="jessie"
|
||||||
elif checkDistro "trusty"; then
|
elif checkDistro "trusty"; then
|
||||||
dist="ubuntu"
|
dist="ubuntu"
|
||||||
code="trusty"
|
code="trusty"
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue