use a temporary mirror for roundcube while Sourceforge is recovering from an outage https://twitter.com/sfnet_ops/status/622171668497076224

This commit is contained in:
Joshua Tauberer 2015-07-17 20:27:35 -04:00
parent 05e33edb0d
commit 40a5fa46d1
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ if [ $needs_update == 1 ]; then
# install roundcube
echo installing Roundcube webmail $VERSION...
wget_verify \
http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/$VERSION/roundcubemail-$VERSION.tar.gz \
https://mailinabox.email/mirror/roundcubemail-$VERSION.tar.gz \
$HASH \
/tmp/roundcube.tgz
tar -C /usr/local/lib -zxf /tmp/roundcube.tgz