summaryrefslogtreecommitdiff
path: root/content/mail/rainloop.md
diff options
context:
space:
mode:
authorShuto Tamaoka <shuto@shutotamaoka.xyz>2022-11-26 21:49:05 +0900
committerShuto Tamaoka <shuto@shutotamaoka.xyz>2022-11-26 21:57:36 +0900
commit189a3adbb9d23642876500eebcc739219244feee (patch)
treecc1e49550932d8a6fb2611948bf6878b60e043af /content/mail/rainloop.md
parent22afe4e466fea52e3f01f1a75549d69517d40661 (diff)
Fix rainloop download link
The download link is dead so I fixed the link
Diffstat (limited to 'content/mail/rainloop.md')
-rw-r--r--content/mail/rainloop.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/mail/rainloop.md b/content/mail/rainloop.md
index f43dbb5..b1d92e3 100644
--- a/content/mail/rainloop.md
+++ b/content/mail/rainloop.md
@@ -33,7 +33,7 @@ Then we will download the community version of Rainloop, unzip it into
an appropriate directory and fix all of the file permissions:
```sh
-curl -L "https://www.rainloop.net/repository/webmail/rainloop-community-latest.zip" -o "rainloop.zip"
+curl -L "https://www.rainloop.net/repository/webmail/rainloop-latest.zip" -o "rainloop.zip"
unzip rainloop.zip -d /var/www/mail
chown -R www-data: /var/www/mail
```