Unverified Commit d76815d3 authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub

Add Armbian Linux (#1417)

* Add Armbian Linux * Update neofetch * Update neofetch
parent 6b26a4d6
......@@ -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 ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment