We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec092b commit d80e380Copy full SHA for d80e380
1 file changed
stack.sh
@@ -23,7 +23,7 @@
23
# Warn users who aren't on natty, but allow them to override check and attempt
24
# installation with ``FORCE=yes ./stack``
25
if ! egrep -q 'natty|oneiric' /etc/lsb-release; then
26
- echo "WARNING: this script has only been tested on natty"
+ echo "WARNING: this script has only been tested on natty and oneiric"
27
if [[ "$FORCE" != "yes" ]]; then
28
echo "If you wish to run this script anyway run with FORCE=yes"
29
exit 1
0 commit comments