From d5d43c5d1cb566f556c44484147e858e06b9220f Mon Sep 17 00:00:00 2001 From: ElviaSchoultz <73860605+ElviaSchoultz@users.noreply.github.com> Date: Tue, 24 Nov 2020 08:45:58 +1100 Subject: Add EndeavourOS to osdetection. Fixes problem #1077 --- include/osdetection | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/osdetection b/include/osdetection index 4b5c68e1..36dc47a3 100644 --- a/include/osdetection +++ b/include/osdetection @@ -190,6 +190,12 @@ OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') ;; + "endeavouros") + LINUX_VERSION="EndeavourOS" + OS_NAME="EndeavourOS" + OS_VERSION="Rolling release" + OS_VERSION_FULL="Rolling release" + ;; "fedora") LINUX_VERSION="Fedora" OS_NAME="Fedora Linux" -- cgit v1.2.3