update versions of roundcubemail & roundcube-sauserprefs
This commit is contained in:
parent
7bccd0d1e6
commit
2a2a785732
12
install.sh
12
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user