From 2f1b83bbaefdfd99a5cb1938cc1ffc656a1c8131 Mon Sep 17 00:00:00 2001 From: Nils Steinger Date: Wed, 23 Sep 2015 00:03:15 +0200 Subject: [PATCH] distro script: Added Arch Linux detection --- scripts/distro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/distro b/scripts/distro index 922960d2b8..3382104997 100755 --- a/scripts/distro +++ b/scripts/distro @@ -40,6 +40,9 @@ elif [ "${OS}" = "Linux" ] ; then elif [ -f /etc/gentoo-release ] ; then DIST="Gentoo" REV=$(tr -d '[[:alpha:]]'