Skip to content

Commit

Permalink
Merge pull request #4113 from beltphed/patch-1
Browse files Browse the repository at this point in the history
Update debian.rst -- fix redirect of stdout in sudo
  • Loading branch information
connortechnology committed Aug 18, 2024
2 parents 9f67301 + f94fc05 commit 9442259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installationguide/debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9442259

Please sign in to comment.