From c2b7c76f97c9d245932f67b1b1961708d8514922 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 12 Mar 2017 16:42:44 +0100 Subject: [PATCH] Mark OS version of Arch Linux as rolling release --- include/osdetection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osdetection b/include/osdetection index 117f045f..6bc47fcd 100644 --- a/include/osdetection +++ b/include/osdetection @@ -132,7 +132,7 @@ "arch") LINUX_VERSION="Arch Linux" OS_FULLNAME="Arch Linux" - OS_VERSION="Unknown" + OS_VERSION="Rolling release" ;; "coreos") LINUX_VERSION="CoreOS"