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:
parent
fd80be5baf
commit
c102ad910b
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue