From 87196673054e9d3ba7424eb790a91ea95dcd5441 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 13 Nov 2014 10:57:08 -0500 Subject: [PATCH] minor tweak to visudo instructions Signed-off-by: Jason Etheridge --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0