diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-11-26 13:46:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-26 13:46:18 +0000 |
| commit | aec25eb7dae5f3e3a7cc42759dfb39ebcb614ae2 (patch) | |
| tree | cc1e49550932d8a6fb2611948bf6878b60e043af /content/mail/rainloop.md | |
| parent | 22afe4e466fea52e3f01f1a75549d69517d40661 (diff) | |
| parent | 189a3adbb9d23642876500eebcc739219244feee (diff) | |
Merge pull request #251 from shutosheep/master
Fix rainloop download link
Diffstat (limited to 'content/mail/rainloop.md')
| -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 ``` |
