Changed some Server-setup files

This commit is contained in:
RealStickman 2020-09-14 19:46:13 +02:00
parent 65e481d508
commit 8e938885dc
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
# Add buster backports
*All commands assume being logged in as root user on the server unless noted otherwise.*
Appends the appropriate line to the apt sources list.
```bash
echo 'deb http://deb.debian.org/debian buster-backports main contrib non-free' >> /etc/apt/sources.list
```

View File

@ -32,7 +32,7 @@ Exit the MariaDB prompt.
\q
```
## Nextcloud installation
## Nextcloud installation
Change into the /var/www directory.