From c6039a77b9eb90ae620477ac0bca90b6c98ac4dc Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Thu, 6 Apr 2017 14:45:41 -0700 Subject: [PATCH] Detect old and new still CoreOS distro name --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 8f1a04390..a9518e5ae 100755 --- a/install +++ b/install @@ -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() {