fix message - no natty support

This commit is contained in:
Anthony Young 2011-11-09 12:42:08 -08:00
parent e28f77565d
commit 593e9aa87a

View File

@ -2,7 +2,7 @@
# Make sure that we have the proper version of ubuntu (only works on oneiric)
if ! egrep -q "oneiric" /etc/lsb-release; then
echo "This script only works with ubuntu oneiric and natty"
echo "This script only works with ubuntu oneiric."
exit 1
fi