More work on monitless installer

This commit is contained in:
Duncan Sommerville 2014-12-16 21:27:37 -05:00
parent 51a95fb989
commit eefe8910cf
9 changed files with 121 additions and 12 deletions

View file

@ -0,0 +1,64 @@
php-pear
php5-gd
odbc-postgresql
python
python-virtualenv
libsoundtouch-ocaml
libtaglib-ocaml
libao-ocaml
libmad-ocaml
ecasound
libesd0
libportaudio2
libsamplerate0
patch
php5-curl
mpg123
monit
libcamomile-ocaml-data
libpulse0
vorbis-tools
lsb-release
lsof
mp3gain
vorbisgain
flac
vorbis-tools
pwgen
libfaad2
php-apc
libmp3lame-dev
lame
libzend-framework-php
coreutils
php5-json
liquidsoap-plugin-alsa
liquidsoap-plugin-ao
liquidsoap-plugin-faad
liquidsoap-plugin-flac
liquidsoap-plugin-icecast
liquidsoap-plugin-lame
liquidsoap-plugin-mad
liquidsoap-plugin-ogg
liquidsoap-plugin-opus
liquidsoap-plugin-portaudio
liquidsoap-plugin-pulseaudio
liquidsoap-plugin-taglib
liquidsoap-plugin-voaacenc
liquidsoap-plugin-vorbis
sourcefabric-keyring
liquidsoap
silan
libopus0

View file

@ -0,0 +1,46 @@
php-pear
php5-gd
odbc-postgresql
python
python-virtualenv
libsoundtouch-ocaml
libtaglib-ocaml
libao-ocaml
libmad-ocaml
ecasound
libesd0
libportaudio2
libsamplerate0
patch
php5-curl
mpg123
monit
libcamomile-ocaml-data
libpulse0
vorbis-tools
lsb-release
lsof
mp3gain
vorbisgain
flac
vorbis-tools
pwgen
libfaad2
php-apc
libmp3lame-dev
lame
libzend-framework-php
coreutils
liquidsoap
silan
libopus0

View file

@ -525,7 +525,7 @@ if [ "$install_dependencies" = "t" ]; then
verbose "\n * Reading requirements-${dist,,}-${code,,}.apt..."
loudCmd "apt-get -y --force-yes install $(grep -vE '^\s*#' bin/requirements-${dist,,}-${code,,}.apt | tr '\n' ' ')"
loudCmd "apt-get -y -m --force-yes install $(grep -vE '^\s*#' bin/requirements-${dist,,}-${code,,}.apt | tr '\n' ' ')"
fi
verbose "\n * Restarting apache..."