We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f7485 commit 2578565Copy full SHA for 2578565
1 file changed
stack.sh
@@ -105,7 +105,7 @@ disable_negated_services
105
106
# Warn users who aren't on an explicitly supported distro, but allow them to
107
# override check and attempt installation with ``FORCE=yes ./stack``
108
-if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|raring|f16|f17|f18|opensuse-12.2) ]]; then
+if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|raring|f16|f17|f18|opensuse-12.2|rhel6) ]]; then
109
echo "WARNING: this script has not been tested on $DISTRO"
110
if [[ "$FORCE" != "yes" ]]; then
111
die $LINENO "If you wish to run this script anyway run with FORCE=yes"
0 commit comments