We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2485906 commit 7dd13d0Copy full SHA for 7dd13d0
stack.sh
@@ -29,6 +29,8 @@ set -o xtrace
29
30
# Warn users who aren't on natty
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
34
if ! grep -q natty /etc/lsb-release; then
35
echo "WARNING: this script has only been tested on natty"
36
fi
0 commit comments