typo in roundcube download URL

see 8e0967dd8e (commitcomment-7940724)
This commit is contained in:
Joshua Tauberer 2014-09-26 14:26:35 +00:00
parent ab47144ae3
commit c2eb8e5330
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ fi
if [ $needs_update == 1 ]; then
echo installing roudcube webmail $VERSION...
rm -f /tmp/roundcube.tgz
wget -qO /tmp/roundcube.tgz http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/1.0.2/roundcubemail-$VERSION.tar.gz
wget -qO /tmp/roundcube.tgz http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/$VERSION/roundcubemail-$VERSION.tar.gz
tar -C /usr/local/lib -zxf /tmp/roundcube.tgz
mv /usr/local/lib/roundcubemail-$VERSION/ /usr/local/lib/roundcubemail
rm -f /tmp/roundcube.tgz