mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Update of install script
This commit is contained in:
parent
42106a3be5
commit
867b8830f7
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ final_path=/var/www/$app
|
|||
sudo rm -rf $final_path
|
||||
sudo mkdir -p $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/
|
||||
wget http://repository.rainloop.net/v2/webmail/rainloop-community-latest.zip -O ../sources/rainloop.zip
|
||||
unzip ../sources/rainloop.zip -d $final_path/
|
||||
|
||||
# Set permissions to rainloop directory
|
||||
# sudo mkdir -p $final_path/logs
|
||||
|
|
Loading…
Reference in a new issue