mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Quiet wget
This commit is contained in:
parent
3f03f7c906
commit
246cd9fd15
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ app=rainloop
|
||||||
sudo mkdir -p $rainloop_path
|
sudo mkdir -p $rainloop_path
|
||||||
|
|
||||||
# Use of latest community edition
|
# Use of latest community edition
|
||||||
sudo wget https://github.com/RainLoop/rainloop-webmail/releases/download/v1.10.1.127/rainloop-community-1.10.1.127-18d553ae9cd96eb102059b04fdee62e0.zip
|
sudo wget -q https://github.com/RainLoop/rainloop-webmail/releases/download/v1.10.1.127/rainloop-community-1.10.1.127-18d553ae9cd96eb102059b04fdee62e0.zip
|
||||||
#Check checksum
|
#Check checksum
|
||||||
sudo unzip -qq rainloop-community-1.10.1.*.zip -d $rainloop_path/
|
sudo unzip -qq rainloop-community-1.10.1.*.zip -d $rainloop_path/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue