open-simh/simh

Don't do "sudo" in scripts

Opened this issue · 0 comments

Some script, such as .travis/deps.sh (updated in #404) have "sudo" commands in them. While that works, it seems undesirable from a safety point of view to use that command in a script. If privilege is needed for certain actions, let the user do sudo explicitly rather than us doing it under the covers.