From: Jason Etheridge Date: Thu, 13 Nov 2014 15:57:08 +0000 (-0500) Subject: minor tweak to visudo instructions X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=87196673054e9d3ba7424eb790a91ea95dcd5441;p=working%2Frandom.git minor tweak to visudo instructions Signed-off-by: Jason Etheridge --- diff --git a/README b/README index 16c89dea4..c399f570a 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ And changing the line corresponding to your user to resemble this line: accountusername ALL=(ALL) NOPASSWD: ALL -Then after saving and exiting that file, create a script (for example, run_me.sh) containing these lines (with no indentation): +Then after saving and exiting that file, and logging off and re-logging back on as that user, create a script (for example, run_me.sh) containing these lines (with no indentation): #!/bin/bash sudo apt-get -q -y install git-core