mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Update debian.rst
As written, you can't redirect sudo output as desired. Wrapping the "echo deb..." in quotes will permit a regular user to redirect stdout to /etc/apt/sources.list
This commit is contained in:
@@ -74,7 +74,7 @@ The backports repository is deactivated by default, so with the second line we e
|
||||
|
||||
::
|
||||
|
||||
sudo echo 'deb http://deb.debian.org/debian bookworm-backports main contrib' >> /etc/apt/sources.list
|
||||
sudo bash -c "echo 'deb http://deb.debian.org/debian bookworm-backports main contrib' >> /etc/apt/sources.list"
|
||||
sudo apt update
|
||||
sudo apt -t bookworm-backports install zoneminder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user