|
...
|
...
|
@@ -101,8 +101,8 @@ done
|
|
101
|
101
|
|
|
102
|
102
|
# Warn users who aren't on an explicitly supported distro, but allow them to
|
|
103
|
103
|
# override check and attempt installation with ``FORCE=yes ./stack``
|
|
104
|
|
-if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|f16) ]]; then
|
|
105
|
|
- echo "WARNING: this script has been tested on oneiric, precise and f16"
|
|
|
104
|
+if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|f16|f17) ]]; then
|
|
|
105
|
+ echo "WARNING: this script has not been tested on $DISTRO"
|
|
106
|
106
|
if [[ "$FORCE" != "yes" ]]; then
|
|
107
|
107
|
echo "If you wish to run this script anyway run with FORCE=yes"
|
|
108
|
108
|
exit 1
|