From 42106a3be57e522d1819b85e894f0a729dff974b Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sun, 28 Jun 2015 12:42:45 +0100 Subject: [PATCH] Use of latest community edition --- scripts/upgrade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 3a64c50..a8ae03f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -17,7 +17,9 @@ sudo yunohost app initdb $db_user -p $db_pwd # Copy files to the right place final_path=/var/www/$app/rainloop/v/ sudo rm -rf $final_path/* -sudo cp -a ../sources/rainloop/v/* $final_path +# Use of latest community edition +wget http://repository.rainloop.net/v2/webmail/rainloop-community-latest.zip -O $final_path/rainloop.zip +unzip $final_path/rainloop.zip -d $final_path/ # Set permissions to rainloop directory