Browse code

add note that we need to make sure people grab more than just stack.sh

Jesse Andrews authored on 2011/09/16 13:29:15
Showing 1 changed files
... ...
@@ -29,6 +29,8 @@ set -o xtrace
29 29
 
30 30
 # Warn users who aren't on natty
31 31
 ## TODO: alter flow to exit unless the user sets environment FORCE=true
32
+## TODO: warn user if apts, pips and other files don't exist that they
33
+## need more than just this script
32 34
 if ! grep -q natty /etc/lsb-release; then
33 35
     echo "WARNING: this script has only been tested on natty"
34 36
 fi