diff options
| author | Shuto Tamaoka <shuto@shutotamaoka.xyz> | 2022-11-26 21:49:05 +0900 |
|---|---|---|
| committer | Shuto Tamaoka <shuto@shutotamaoka.xyz> | 2022-11-26 21:57:36 +0900 |
| commit | 189a3adbb9d23642876500eebcc739219244feee (patch) | |
| tree | cc1e49550932d8a6fb2611948bf6878b60e043af /content | |
| parent | 22afe4e466fea52e3f01f1a75549d69517d40661 (diff) | |
Fix rainloop download link
The download link is dead so I fixed the link
Diffstat (limited to 'content')
| -rw-r--r-- | content/mail/rainloop.md | 2 |
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 ``` |
