remove regolith from distro discovery
This commit is contained in:
parent
88723ac00f
commit
a1d001dd2f
1 changed files with 1 additions and 10 deletions
11
neofetch
11
neofetch
|
@ -973,15 +973,6 @@ get_distro() {
|
|||
esac
|
||||
distro=$(lsb_release "$lsb_flags")
|
||||
|
||||
# Temporary support for Regolith Linux
|
||||
if [[ $DESKTOP_SESSION == "regolith" ]]; then
|
||||
case $distro_shorthand in
|
||||
on) distro+="-REGOLITH" ;;
|
||||
tiny) distro+="-REGOLITH" ;;
|
||||
*) distro=$(lsb_release -si)"-REGOLITH "$(lsb_release -sr) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
elif [[ -f /etc/os-release || \
|
||||
-f /usr/lib/os-release || \
|
||||
-f /etc/openwrt_release || \
|
||||
|
@ -8880,7 +8871,7 @@ d/hhhhhhhhhhhh${c3}`-/osyso+-`${c1}hhhhhhhhhhhh.h
|
|||
EOF
|
||||
;;
|
||||
|
||||
"Ubuntu-REGOLITH"*)
|
||||
"Regolith"*)
|
||||
set_colors 1
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1}
|
||||
|
|
Loading…
Reference in a new issue