update roundcubemail install to 1.6.5

This commit is contained in:
Matthew Saunders Brown 2024-01-02 16:37:42 -08:00
parent cef8bab19d
commit 86476944ae

View File

@ -28,9 +28,9 @@ fi
installer_dir=$(dirname $(readlink -f $0)) installer_dir=$(dirname $(readlink -f $0))
cd /usr/local/src/ cd /usr/local/src/
wget https://github.com/roundcube/roundcubemail/releases/download/1.6.0/roundcubemail-1.6.0-complete.tar.gz wget https://github.com/roundcube/roundcubemail/releases/download/1.6.5/roundcubemail-1.6.5-complete.tar.gz
tar zxf roundcubemail-1.6.0-complete.tar.gz tar zxf roundcubemail-1.6.5-complete.tar.gz
mv roundcubemail-1.6.0 /srv/www/html/roundcube mv roundcubemail-1.6.5 /srv/www/html/roundcube
cd /usr/local/src/ cd /usr/local/src/
wget https://github.com/johndoh/roundcube-sauserprefs/archive/refs/tags/1.20.tar.gz -O roundcube-sauserprefs-1.20.tar.gz wget https://github.com/johndoh/roundcube-sauserprefs/archive/refs/tags/1.20.tar.gz -O roundcube-sauserprefs-1.20.tar.gz