From c102ad910b2a11f709ddbc12e5ba7799e46bf154 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 28 Jun 2016 16:26:34 +0200 Subject: [PATCH] Download zip rather than source 1.10.1.127 Need checksum --- scripts/install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ac228ae..b89f818 100644 --- a/scripts/install +++ b/scripts/install @@ -44,7 +44,9 @@ app=rainloop sudo mkdir -p $rainloop_path # Use of latest community edition - sudo unzip -q ../sources/rainloop-community.zip -d $rainloop_path/ + sudo wget https://github.com/RainLoop/rainloop-webmail/releases/download/v1.10.1.127/rainloop-community-1.10.1.127-18d553ae9cd96eb102059b04fdee62e0.zip + #Check checksum + sudo unzip -q rainloop-community-1.10.1.*.zip -d $rainloop_path/ # Install plugins sudo mkdir -p $rainloop_path/data/_data_/_default_/plugins @@ -139,4 +141,4 @@ app=rainloop # Reload Nginx and regenerate SSOwat conf sudo service php5-fpm reload sudo service nginx reload - sudo yunohost app ssowatconf \ No newline at end of file + sudo yunohost app ssowatconf