nickthecook / ops

The operations team for your project.
GNU General Public License v3.0
50 stars 1 forks source link

Use `sudo` for `apt` dependencies #14

Closed nickthecook closed 4 years ago

nickthecook commented 4 years ago

By default, use sudo for apt dependencies.

We don't want people to have to use sudo to run ops, or to get into the habit of it. Only the apt dependencies need root privileges, so only the apt commands should be run with them.

DO NOT use sudo if:

nickthecook commented 4 years ago

Fixed in 0.3.0.