Navigation Menu

Skip to content

Commit

Permalink
Add debian jessie (testing) to supported distros.
Browse files Browse the repository at this point in the history
  • Loading branch information
djcp committed May 24, 2013
1 parent 24bca6e commit d1fcfdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -24,10 +24,11 @@ for Lion (OS X 10.7) or Mountain Lion (OS X 10.8).

We support:

* [12.04 LTS: Precise Pangolin](https://wiki.ubuntu.com/PrecisePangolin/ReleaseNotes),
* [13.04: Raring Ringtail](https://wiki.ubuntu.com/RaringRingtail/ReleaseNotes),
* [12.10: Quantal Quetzal](https://wiki.ubuntu.com/QuantalQuetzal/ReleaseNotes), and
* Debian testing (currently [wheezy](http://www.debian.org/releases/testing/)).
* [12.04 LTS: Precise Pangolin](https://wiki.ubuntu.com/PrecisePangolin/ReleaseNotes),
* Debian stable (currently [wheezy](http://www.debian.org/releases/stable/)).
* Debian testing (currently [jessie](http://www.debian.org/releases/testing/)).

1) Install zsh and set it as your login shell:

Expand Down
2 changes: 1 addition & 1 deletion linux
Expand Up @@ -11,7 +11,7 @@ fancy_echo() {
echo
}

if lsb_release -c | grep -qEv 'precise|quantal|wheezy|raring'
if lsb_release -c | grep -qEv 'precise|quantal|wheezy|raring|jessie'
then
fancy_echo "Sorry! we don't currently support that distro."
exit 1;
Expand Down
2 changes: 1 addition & 1 deletion linux-prerequisites
Expand Up @@ -11,7 +11,7 @@ fancy_echo() {
echo
}

if lsb_release -c | grep -qEv 'precise|quantal|wheezy|raring'
if lsb_release -c | grep -qEv 'precise|quantal|wheezy|raring|jessie'
then
fancy_echo "Sorry! we don't currently support that distro."
exit;
Expand Down

0 comments on commit d1fcfdc

Please sign in to comment.