summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2014-10-03 18:02:01 +0200
committerkwadronaut <kwadronaut@leap.se>2014-10-03 18:02:01 +0200
commitfb2f157fd9a46b2ef967b23b65f7412b87b3a1fd (patch)
tree39eb6a8ad5fa4ed24435f41d494760ab12fc26bf
parent8552be160cb3ef48999e47ad0084c2d5e845303e (diff)
sudo is installed on most Debian systems, with the desktop, but not all:
it's priority is 'optional'
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 258a61e..19e6732 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ builds.
* (optional) configure `sudo` for your non-root user,
* patience.
-The script uses `sudo` which is installed by default on Debian, but you need to
-configure your non-root user to be able to use `sudo`.
+The script uses `sudo` which is installed on most Debian systems, but you need
+to configure your non-root user to be able to use `sudo`.
Edit the `/etc/sudoers` file and add this line at the bottom:
`leap ALL=NOPASSWD: ALL`