diff --git a/install.sh b/install.sh index a011564..5a7fc9e 100644 --- a/install.sh +++ b/install.sh @@ -28,14 +28,14 @@ fi installer_dir=$(dirname $(readlink -f $0)) cd /usr/local/src/ -wget https://github.com/roundcube/roundcubemail/releases/download/1.6.5/roundcubemail-1.6.5-complete.tar.gz -tar zxf roundcubemail-1.6.5-complete.tar.gz -mv roundcubemail-1.6.5 /srv/www/html/roundcube +wget https://github.com/roundcube/roundcubemail/releases/download/1.6.7/roundcubemail-1.6.7-complete.tar.gz +tar zxf roundcubemail-1.6.7-complete.tar.gz +mv roundcubemail-1.6.7 /srv/www/html/roundcube 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 -tar zxf roundcube-sauserprefs-1.20.tar.gz -mv roundcube-sauserprefs-1.20 /srv/www/html/roundcube/plugins/sauserprefs +wget https://github.com/johndoh/roundcube-sauserprefs/archive/refs/tags/1.20.1.tar.gz -O roundcube-sauserprefs-1.20.1.tar.gz +tar zxf roundcube-sauserprefs-1.20.1.tar.gz +mv roundcube-sauserprefs-1.20.1 /srv/www/html/roundcube/plugins/sauserprefs cd $installer_dir