Fixed lxc-bootstrap to make a shallow clone, updated uninstall script, added initial debian wheezy requirements file
This commit is contained in:
parent
674b8c69e4
commit
e7490d6b2d
4 changed files with 85 additions and 10 deletions
46
installer/lib/requirements-debian-wheezy.apt
Normal file
46
installer/lib/requirements-debian-wheezy.apt
Normal 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
|
||||
libvo-aacenc0
|
||||
|
||||
patch
|
||||
|
||||
php5-curl
|
||||
mpg123
|
||||
|
||||
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
|
||||
|
||||
sourcefabric-keyring
|
||||
silan
|
||||
libopus0
|
|
@ -43,11 +43,7 @@ lxc-attach -n ${name} -e -- apt-get -y --force-yes install git
|
|||
echo "...Done"
|
||||
|
||||
echo -e "\n * Cloning Airtime..."
|
||||
lxc-attach -n ${name} -- git clone https://github.com/sourcefabric/Airtime.git /usr/share/Airtime
|
||||
echo "...Done"
|
||||
|
||||
echo -e "\n * Checking out installer branch..."
|
||||
lxc-attach -n ${name} -- git -C /usr/share/Airtime checkout 2.5.x-installer-monitless
|
||||
lxc-attach -n ${name} -- git clone https://github.com/sourcefabric/Airtime.git /usr/share/Airtime --branch 2.5.x-installer-monitless --depth 1
|
||||
echo "...Done"
|
||||
|
||||
echo -e "\n * Running installer..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue