mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
PR#282 remove duplicate ${distro_more} check
This commit is contained in:
@@ -781,10 +781,6 @@ detectdistro () {
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ -n ${distro_more} ]]; then
|
||||
distro_more="${distro} ${distro_more}"
|
||||
fi
|
||||
|
||||
case $distro in
|
||||
alpine) distro="Alpine Linux" ;;
|
||||
antergos) distro="Antergos" ;;
|
||||
|
||||
Reference in New Issue
Block a user