commit | 7dd13d03f1b13693012ac84b8be6183f6765e779 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Thu Sep 15 21:29:15 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Thu Sep 15 21:29:15 2011 -0700 |
tree | cacdc1e00a9816921f7d44b59cb5ee166758a156 | |
parent | 2485906042be35d3c40506df1a28f5c407fbec29 [diff] |
add note that we need to make sure people grab more than just stack.sh
diff --git a/stack.sh b/stack.sh index aed5615..0519fbc 100755 --- a/stack.sh +++ b/stack.sh
@@ -29,6 +29,8 @@ # 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