| ... | ... |
@@ -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 |