master
Law Zava 6 years ago
parent 652c4ec882
commit e9e70aeebd
  1. 6
      neofetch

@ -965,12 +965,6 @@ get_distro() {
distro="Proxmox VE ${distro%/*}"
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
case $distro_shorthand in
on) lsb_flags=-si ;;

Loading…
Cancel
Save