1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

Download zip rather than source

1.10.1.127
Need checksum
This commit is contained in:
Jeff 2016-06-28 16:26:34 +02:00 committed by GitHub
parent fd80be5baf
commit c102ad910b

View file

@ -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