Skip to content

Commit

Permalink
Detect old and new still CoreOS distro name
Browse files Browse the repository at this point in the history
  • Loading branch information
codenrhoden committed Apr 6, 2017
1 parent d3c8d12 commit c6039a7
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 c6039a7

Please sign in to comment.