- full-install script dies gracefully and displays error msg
This commit is contained in:
parent
f30d8eb315
commit
c6c02bf13b
|
@ -27,6 +27,13 @@ libvorbis-ocaml-dev libmp3lame-dev libtaglib-ocaml libao-ocaml libmad-ocaml \
|
|||
libesd0 icecast2 sudo libportaudio2 libsamplerate0 libcamomile-ocaml-dev \
|
||||
ecasound php5-curl mpg123 rabbitmq-server monit python-virtualenv
|
||||
|
||||
if [ "$?" -ne "0" ]; then
|
||||
echo ""
|
||||
echo "There was a problem with apt-get. Please check the above error and try again."
|
||||
echo ""
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Install phing
|
||||
sudo pear channel-discover pear.phing.info
|
||||
sudo pear install phing/phing-2.4.2
|
||||
|
|
Loading…
Reference in New Issue