Skip to content

Commit 8abc624

Browse files
committed
Fix typo in apt-get command
The line continuation backslash is missing from the first line.
1 parent ad67ac7 commit 8abc624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch00.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Plus some others:
151151
Which we install like this (using the Debian-style apt-get package manager):
152152

153153
```
154-
sudo apt-get install -y
154+
sudo apt-get install -y \
155155
git-all build-essential libtool \
156156
pkg-config autotools-dev autoconf automake cmake \
157157
asciidoc uuid-dev libpcre3-dev valgrind

0 commit comments

Comments
 (0)