Changed some Server-setup files
This commit is contained in:
parent
65e481d508
commit
8e938885dc
8
arch-config/Dokumente/Server-setups/debian-backports.md
Normal file
8
arch-config/Dokumente/Server-setups/debian-backports.md
Normal 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
|
||||
```
|
@ -32,7 +32,7 @@ Exit the MariaDB prompt.
|
||||
\q
|
||||
```
|
||||
|
||||
## Nextcloud installation
|
||||
## Nextcloud installation
|
||||
|
||||
Change into the /var/www directory.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user