Raring is the new codename for the next Ubuntu release.
Change-Id: I53b5b4d23c0974427fbf0026a55f7b98b0fc3c76
Signed-off-by: Chuck Short <chuck.short@canonical.com>
| ... | ... |
@@ -97,7 +97,7 @@ disable_negated_services |
| 97 | 97 |
|
| 98 | 98 |
# Warn users who aren't on an explicitly supported distro, but allow them to |
| 99 | 99 |
# override check and attempt installation with ``FORCE=yes ./stack`` |
| 100 |
-if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|f16|f17) ]]; then
|
|
| 100 |
+if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|raring|f16|f17) ]]; then
|
|
| 101 | 101 |
echo "WARNING: this script has not been tested on $DISTRO" |
| 102 | 102 |
if [[ "$FORCE" != "yes" ]]; then |
| 103 | 103 |
echo "If you wish to run this script anyway run with FORCE=yes" |