Skip to content

Commit

Permalink
Add devuan 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwmiebach authored Sep 14, 2017
1 parent b335a0d commit 6bf3e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions os_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Ubuntu Linux $1 debian-linux 9.0 $etc_issue =~ /Ubuntu.*\s(16\.[0-9\.]+)\s/i |
Ubuntu Linux $1 debian-linux 3.1 $etc_issue =~ /Ubuntu.*\s([0-9\.]+)\s/i
Mepis Linux $1 debian-linux $1 $etc_issue =~ /MEPIS/ && `cat /etc/debian_version 2>/dev/null` =~ /([0-9\.]+)/
Mepis Linux $1 debian-linux 4.0 $etc_issue =~ /MEPIS/ && `cat /etc/debian_version 2>/dev/null` =~ /(stable)/
Devuan Linux 1.0 debian-linux 8.0 `cat /etc/devuan_version 2>/dev/null` =~ /^(jessie)/i

# Linux Mint (Mint should be before Debian to avoid false-positive)
Linux Mint 6 debian-linux 5.0 `cat /etc/lsb-release 2>/dev/null | grep DISTRIB_DESCRIPTION` =~ /^DISTRIB_DESCRIPTION="Linux Mint 6 Felicia"/
Expand Down

0 comments on commit 6bf3e82

Please sign in to comment.