Commit 652c4ec8 authored by Law Zava's avatar Law Zava

Regolith linux support

parent 997b7dd8
...@@ -965,6 +965,12 @@ get_distro() { ...@@ -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 ...@@ -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'
......
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