| ... | ... |
@@ -26,7 +26,7 @@ |
| 26 | 26 |
# installation with ``FORCE=yes ./stack`` |
| 27 | 27 |
DISTRO=$(lsb_release -c -s) |
| 28 | 28 |
|
| 29 |
-if [[ ! ${DISTRO} =~ (oneiric) ]]; then
|
|
| 29 |
+if [[ ! ${DISTRO} =~ (oneiric|precise) ]]; then
|
|
| 30 | 30 |
echo "WARNING: this script has only been tested on oneiric" |
| 31 | 31 |
if [[ "$FORCE" != "yes" ]]; then |
| 32 | 32 |
echo "If you wish to run this script anyway run with FORCE=yes" |