Skip to content

Commit

Permalink
Re-render linux install files.
Browse files Browse the repository at this point in the history
  • Loading branch information
djcp committed Aug 2, 2013
1 parent 04e9e0f commit b728ed0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions linux
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ fancy_echo() {
}
### end common-components/shared-functions

if lsb_release -c | grep -qEv 'precise|quantal|wheezy|raring|jessie'
if ! grep -qiE 'precise|quantal|wheezy|raring|jessie' /etc/os-release
then
fancy_echo "Sorry! we don't currently support that distro."
exit 1;
exit 1
fi
### end linux-components/distro-check

Expand Down
4 changes: 2 additions & 2 deletions linux-prerequisites
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ fancy_echo() {
}
### end common-components/shared-functions

if lsb_release -c | grep -qEv 'precise|quantal|wheezy|raring|jessie'
if ! grep -qiE 'precise|quantal|wheezy|raring|jessie' /etc/os-release
then
fancy_echo "Sorry! we don't currently support that distro."
exit 1;
exit 1
fi
### end linux-components/distro-check

Expand Down

0 comments on commit b728ed0

Please sign in to comment.