Commit a1d001dd authored by Law Zava's avatar Law Zava

remove regolith from distro discovery

parent 88723ac0
...@@ -973,15 +973,6 @@ get_distro() { ...@@ -973,15 +973,6 @@ get_distro() {
esac esac
distro=$(lsb_release "$lsb_flags") 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 || \ elif [[ -f /etc/os-release || \
-f /usr/lib/os-release || \ -f /usr/lib/os-release || \
-f /etc/openwrt_release || \ -f /etc/openwrt_release || \
...@@ -8880,7 +8871,7 @@ d/hhhhhhhhhhhh${c3}`-/osyso+-`${c1}hhhhhhhhhhhh.h ...@@ -8880,7 +8871,7 @@ d/hhhhhhhhhhhh${c3}`-/osyso+-`${c1}hhhhhhhhhhhh.h
EOF EOF
;; ;;
"Ubuntu-REGOLITH"*) "Regolith"*)
set_colors 1 set_colors 1
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
${c1} ${c1}
......
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