Commit 40a5fa46 authored by Joshua Tauberer's avatar Joshua Tauberer

use a temporary mirror for roundcube while Sourceforge is recovering from an...

use a temporary mirror for roundcube while Sourceforge is recovering from an outage https://twitter.com/sfnet_ops/status/622171668497076224
parent 05e33edb
...@@ -49,7 +49,7 @@ if [ $needs_update == 1 ]; then ...@@ -49,7 +49,7 @@ if [ $needs_update == 1 ]; then
# install roundcube # install roundcube
echo installing Roundcube webmail $VERSION... echo installing Roundcube webmail $VERSION...
wget_verify \ wget_verify \
http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/$VERSION/roundcubemail-$VERSION.tar.gz \ https://mailinabox.email/mirror/roundcubemail-$VERSION.tar.gz \
$HASH \ $HASH \
/tmp/roundcube.tgz /tmp/roundcube.tgz
tar -C /usr/local/lib -zxf /tmp/roundcube.tgz tar -C /usr/local/lib -zxf /tmp/roundcube.tgz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment