Commit e9e70aee authored by Law Zava's avatar Law Zava

regolith

parent 652c4ec8
...@@ -965,12 +965,6 @@ get_distro() { ...@@ -965,12 +965,6 @@ get_distro() {
distro="Proxmox VE ${distro%/*}" distro="Proxmox VE ${distro%/*}"
esac esac
elif [[ $DESKTOP_SESSION == regolith ]]; then
case $distro_shorthand in
on|tiny) distro="Regolith";;
*) distro="Regolith ($(lsb_release -sic))"
esac
elif type -p lsb_release >/dev/null; then elif type -p lsb_release >/dev/null; then
case $distro_shorthand in case $distro_shorthand in
on) lsb_flags=-si ;; on) lsb_flags=-si ;;
......
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