commit | c7f72ad890b3b7372d15933c6814d4528accedf8 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sun Nov 06 08:00:28 2011 -0800 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sun Nov 06 08:00:28 2011 -0800 |
tree | fa31530e4b59ea5687a42885214a155a1ab1b335 | |
parent | 00d6bc6529899326568f37375db77ac3cea008e1 [diff] [blame] |
should speed up by 20 seconds - sudo and no sleep
diff --git a/stack.sh b/stack.sh index 7b0c900..33eb207 100755 --- a/stack.sh +++ b/stack.sh
@@ -103,8 +103,7 @@ # since this script runs as a normal user, we need to give that user # ability to run sudo - apt_get update - apt_get install sudo + dpkg -l sudo || apt_get update && apt_get install sudo if ! getent passwd stack >/dev/null; then echo "Creating a user called stack"