diff --git a/README.md b/README.md index 039d28f..8110412 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ We currently support these distributions: Also you can use distributions derived from up these. (Linux Mint, LMDE, Elementary, Pepper Mint, etc.) +(Note: LMDE 17 (Jessie based) and Elementary OS Luna (Precise Pangolin based) passed the test.) + # Use ### Mac OS X diff --git a/linux.sh b/linux.sh index 1bff0fa..480ac3b 100644 --- a/linux.sh +++ b/linux.sh @@ -11,7 +11,7 @@ fancy_echo() { } ## Distro check -if ! grep -qiE 'trusty|precise|wheezy|jessie' /etc/os-release +if ! grep -qiE 'trusty|wheezy' /etc/os-release then fancy_echo "Sorry! we don't currently support that distro." exit 1