This commit is contained in:
Law Zava 2020-02-06 20:02:57 +01:00
parent 652c4ec882
commit e9e70aeebd
1 changed files with 0 additions and 6 deletions

View File

@ -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 ;;