Skip to content

Commit 9442259

Browse files
Merge pull request #4113 from beltphed/patch-1
Update debian.rst -- fix redirect of stdout in sudo
2 parents 9f67301 + f94fc05 commit 9442259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installationguide/debian.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The backports repository is deactivated by default, so with the second line we e
7474

7575
::
7676

77-
sudo echo 'deb http://deb.debian.org/debian bookworm-backports main contrib' >> /etc/apt/sources.list
77+
sudo bash -c "echo 'deb http://deb.debian.org/debian bookworm-backports main contrib' >> /etc/apt/sources.list"
7878
sudo apt update
7979
sudo apt -t bookworm-backports install zoneminder
8080

0 commit comments

Comments
 (0)