Regolith linux support

This commit is contained in:
Law Zava 2020-02-06 19:22:16 +01:00
parent 997b7dd855
commit 652c4ec882
1 changed files with 31 additions and 0 deletions

View File

@ -965,6 +965,12 @@ 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 ;;
@ -8867,6 +8873,31 @@ d/hhhhhhhhhhhh${c3}`-/osyso+-`${c1}hhhhhhhhhhhh.h
EOF EOF
;; ;;
"Regolith"*)
set_colors 1
read -rd '' ascii_data <<'EOF'
${c1}
``....```
`.:/++++++/::-.`
-/+++++++:.`
-++++++++:`
`/++++++++-
`/++++++++. -/+/
/++++++++/ `` .:+++:.
-+++++++++/ ./++++:+++/-`
:+++++++++/ `+++++++/-`
:++++++++++` .-/+++++++`
`:++++++++++/``.-/++++:-:::-` `
`:+++++++++++++++++/:.` ./`
:++/-:+++++++++/:-.. -/+.
+++++++++/::-...:/+++/-..````..-/+++.
`......``.::/+++++++++++++++++++++/.
-/+++++++++++++++++++++/.
.:/+++++++++++++++/-`
`.-:://////:-.
EOF
;;
"Rosa"*) "Rosa"*)
set_colors 4 7 1 set_colors 4 7 1
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'