Skip to content

Commit

Permalink
Merge pull request #800 from codenrhoden/bugfix/coreos_install
Browse files Browse the repository at this point in the history
Detect old and new still CoreOS distro name
  • Loading branch information
akutz committed Apr 10, 2017
2 parents 4402f33 + c6039a7 commit aa873e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sudo() {
}

is_coreos() {
grep DISTRIB_ID=CoreOS /etc/lsb-release 2> /dev/null
grep DISTRIB_ID /etc/lsb-release 2> /dev/null | grep CoreOS 2> /dev/null
}

list() {
Expand Down

0 comments on commit aa873e8

Please sign in to comment.