From 7dd13d03f1b13693012ac84b8be6183f6765e779 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Thu, 15 Sep 2011 21:29:15 -0700 Subject: [PATCH] add note that we need to make sure people grab more than just stack.sh --- stack.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack.sh b/stack.sh index aed5615bcf..0519fbc02f 100755 --- a/stack.sh +++ b/stack.sh @@ -29,6 +29,8 @@ set -o xtrace # Warn users who aren't on natty ## TODO: alter flow to exit unless the user sets environment FORCE=true +## TODO: warn user if apts, pips and other files don't exist that they +## need more than just this script if ! grep -q natty /etc/lsb-release; then echo "WARNING: this script has only been tested on natty" fi