Skip to content

Commit 2578565

Browse files
committed
Add rhel6 as an allowed distro
Add RHEL6 based distributions as a valid install target Change-Id: I89fb68d18a0d2079493be93b230162679123881d
1 parent 41f7485 commit 2578565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ disable_negated_services
105105

106106
# Warn users who aren't on an explicitly supported distro, but allow them to
107107
# override check and attempt installation with ``FORCE=yes ./stack``
108-
if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|raring|f16|f17|f18|opensuse-12.2) ]]; then
108+
if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|raring|f16|f17|f18|opensuse-12.2|rhel6) ]]; then
109109
echo "WARNING: this script has not been tested on $DISTRO"
110110
if [[ "$FORCE" != "yes" ]]; then
111111
die $LINENO "If you wish to run this script anyway run with FORCE=yes"

0 commit comments

Comments
 (0)