mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Use of latest community edition
This commit is contained in:
parent
b0019ab547
commit
42106a3be5
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue