add note that we need to make sure people grab more than just stack.sh
This commit is contained in:
parent
2485906042
commit
7dd13d03f1
1 changed files with 2 additions and 0 deletions
2
stack.sh
2
stack.sh
|
@ -29,6 +29,8 @@ set -o xtrace
|
||||||
|
|
||||||
# Warn users who aren't on natty
|
# Warn users who aren't on natty
|
||||||
## TODO: alter flow to exit unless the user sets environment FORCE=true
|
## 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
|
if ! grep -q natty /etc/lsb-release; then
|
||||||
echo "WARNING: this script has only been tested on natty"
|
echo "WARNING: this script has only been tested on natty"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue