Skip to content

Commit 7eb7321

Browse files
elezarchenopis
authored andcommitted
Add missing sudo when installing prerequisties (#290)
Signed-off-by: Evan Lezar <[email protected]> Signed-off-by: chenopis <[email protected]>
1 parent 042b79a commit 7eb7321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-toolkit/install-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ where `systemd` cgroup drivers are used that cause containers to lose access to
3333
```
3434
1. Install the prerequisites for the instructions below:
3535
```console
36-
$ sudo apt-get update && apt-get install -y --no-install-recommends \
36+
$ sudo apt-get update && sudo apt-get install -y --no-install-recommends \
3737
curl \
3838
gnupg2
3939
```

0 commit comments

Comments
 (0)