Installer tweaks and a pypo bugfix
* Moved all the remaining DEB requirements into the requirements files * The installer should now be distro agnostic (unless you ask it to install third-party deps for you) * Fixed pypo not being able to find replaygainupdater * Tweaked a bunch of styling for the installer
This commit is contained in:
parent
861bb42f3f
commit
d46f4a52eb
11 changed files with 218 additions and 130 deletions
|
@ -1,10 +1,21 @@
|
|||
apache2
|
||||
libapache2-mod-php5
|
||||
php5
|
||||
zendframework
|
||||
php-pear
|
||||
php5-gd
|
||||
|
||||
odbc-postgresql
|
||||
lsb-release
|
||||
|
||||
rabbitmq-server
|
||||
|
||||
postgresql
|
||||
postgresql-client
|
||||
php5-pgsql
|
||||
|
||||
python
|
||||
python-virtualenv
|
||||
python-pip
|
||||
|
||||
libsoundtouch-ocaml
|
||||
libtaglib-ocaml
|
||||
|
@ -17,6 +28,8 @@ libvo-aacenc0
|
|||
|
||||
patch
|
||||
|
||||
icecast2
|
||||
|
||||
php5-curl
|
||||
mpg123
|
||||
|
||||
|
@ -37,5 +50,8 @@ lame
|
|||
|
||||
coreutils
|
||||
|
||||
liquidsoap
|
||||
|
||||
silan
|
||||
libopus0
|
||||
libopus0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue