Add missing sudo in setup-command

This commit is contained in:
Jakob Dietrich 2019-08-26 09:27:07 +02:00 committed by Ian Lewis
parent 76a12063a6
commit 5c82fbe1aa
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ a good place to put the `runsc` binary.
sha512sum -c runsc.sha512
sudo mv runsc /usr/local/bin
sudo chown root:root /usr/local/bin/runsc
chmod 0755 /usr/local/bin/runsc
sudo chmod 0755 /usr/local/bin/runsc
)
```