mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-01-09 22:37:57 -05:00
Fix for openSUSE Leap distro detection when lsb-release is not installed
This commit is contained in:
@@ -896,6 +896,7 @@ detectdistro () {
|
||||
fi
|
||||
|
||||
# Hotfixes
|
||||
[[ "${distro}" == "Opensuse-leap" ]] && distro="openSUSE"
|
||||
[[ "${distro}" == "void" ]] && distro="Void Linux"
|
||||
[[ "${distro}" == "evolveos" ]] && distro="Evolve OS"
|
||||
[[ "${distro}" == "antergos" ]] && distro="Antergos"
|
||||
|
||||
Reference in New Issue
Block a user