fix warning line to include oneiric as well
This commit is contained in:
parent
eec092b920
commit
d80e380675
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -23,7 +23,7 @@
|
||||||
# Warn users who aren't on natty, but allow them to override check and attempt
|
# Warn users who aren't on natty, but allow them to override check and attempt
|
||||||
# installation with ``FORCE=yes ./stack``
|
# installation with ``FORCE=yes ./stack``
|
||||||
if ! egrep -q 'natty|oneiric' /etc/lsb-release; then
|
if ! egrep -q 'natty|oneiric' /etc/lsb-release; then
|
||||||
echo "WARNING: this script has only been tested on natty"
|
echo "WARNING: this script has only been tested on natty and oneiric"
|
||||||
if [[ "$FORCE" != "yes" ]]; then
|
if [[ "$FORCE" != "yes" ]]; then
|
||||||
echo "If you wish to run this script anyway run with FORCE=yes"
|
echo "If you wish to run this script anyway run with FORCE=yes"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue