From d76815d3a245bc7acbaf839e663b6c4bde87abf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 4 Oct 2020 14:06:25 +0200 Subject: [PATCH] Add Armbian Linux (#1417) * Add Armbian Linux * Update neofetch * Update neofetch --- neofetch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neofetch b/neofetch index 57df2210..196246b4 100755 --- a/neofetch +++ b/neofetch @@ -976,6 +976,10 @@ get_distro() { *) distro="Red Star OS $(awk -F'[^0-9*]' '$0=$2' /etc/redstar-release)" esac + elif [[ -f /etc/armbian-release ]]; then + . /etc/armbian-release + distro="Armbian $DISTRIBUTION_CODENAME ($VERSION)" + elif [[ -f /etc/siduction-version ]]; then case $distro_shorthand in on|tiny) distro=Siduction ;;