Skip to content

Commit 7dd13d0

Browse files
committed
add note that we need to make sure people grab more than just stack.sh
1 parent 2485906 commit 7dd13d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stack.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ set -o xtrace
2929

3030
# Warn users who aren't on natty
3131
## 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
3234
if ! grep -q natty /etc/lsb-release; then
3335
echo "WARNING: this script has only been tested on natty"
3436
fi

0 commit comments

Comments
 (0)