Commit 4f4a8faa authored by Joshua Tauberer's avatar Joshua Tauberer

Merge pull request #188 from Bretos/master

update roundcube version
parents 196e42e8 467f04fa
......@@ -29,9 +29,9 @@ apt-get purge -qq -y roundcube*
# TODO: Check version?
if [ ! -d /usr/local/lib/roundcubemail ]; then
rm -f /tmp/roundcube.tgz
wget -qO /tmp/roundcube.tgz http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/1.0.1/roundcubemail-1.0.1.tar.gz
wget -qO /tmp/roundcube.tgz http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/1.0.2/roundcubemail-1.0.2.tar.gz
tar -C /usr/local/lib -zxf /tmp/roundcube.tgz
mv /usr/local/lib/roundcubemail-1.0.1/ /usr/local/lib/roundcubemail
mv /usr/local/lib/roundcubemail-1.0.2/ /usr/local/lib/roundcubemail
rm -f /tmp/roundcube.tgz
fi
......
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