diff options
| author | Teodoro Colombo <teodorocolombo14@gmail.com> | 2023-06-09 01:14:58 -0300 |
|---|---|---|
| committer | Teodoro Colombo <teodorocolombo14@gmail.com> | 2023-06-09 01:14:58 -0300 |
| commit | ed19e0e808720f72659601fb6c65d5741c726770 (patch) | |
| tree | f598581990ac3ba249ab4399cc4e54c23c7ccaa7 | |
| parent | 43f02cd3e45a3888bc66444b888b959bf2b80ea3 (diff) | |
minor fix
| -rw-r--r-- | content/nextcloud.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/nextcloud.md b/content/nextcloud.md index a9c07c4..c7a2976 100644 --- a/content/nextcloud.md +++ b/content/nextcloud.md @@ -204,7 +204,7 @@ ln -s /etc/nginx/sites-available/nextcloud /etc/nginx/sites-enabled/ ## Installing Nextcloud Itself We should have all the moving pieces in place now, so we can download and -install Nextcloud itself. First, download the latest-25 Nextcloud version and we will extract into `/var/www/` and ensure Nginx has the authority to use it. +install Nextcloud itself. First, download the latest Nextcloud 25 version and we will extract into `/var/www/` and ensure Nginx has the authority to use it. ```sh wget https://download.nextcloud.com/server/releases/latest-25.tar.bz2 |
