From c4b1287a7a4050ce3ab645989db9a04bbd468182 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 25 Sep 2019 12:03:13 +0300 Subject: [PATCH] docs: update --- pfetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pfetch b/pfetch index 702af2e..209aa86 100755 --- a/pfetch +++ b/pfetch @@ -110,6 +110,8 @@ get_os() { case $os in Linux*) + # The value of '$distro' is determined by the *last* + # evaluated match in this command list. command -v lsb_release && distro=$(lsb_release -sd) # Disable warning about shellcheck not being able