Don't use sudo in commands to be run as root.

It's confusing as it implicitly sends the message that the commands are to be run as a non-root user.
This commit is contained in:
Reid Barton 2016-07-28 09:38:22 -04:00 committed by Tim Abbott
parent 3b3b5c7c16
commit a45b28e0b8
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ These instructions should be followed as root.
instructions for using it with Zulip (run it all as root):
```
sudo apt-get install -y git bc openssl
apt-get install -y git bc openssl
git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt
cd /opt/letsencrypt
./letsencrypt-auto certonly --standalone