From 2a2a785732fb6962331d434a637fa07242466650 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Mon, 3 Jun 2024 10:16:54 -0700 Subject: [PATCH] update versions of roundcubemail & roundcube-sauserprefs --- install.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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