Unverified Commit b0a654f1 authored by minhtricute69's avatar minhtricute69 Committed by GitHub

Add HydroOS distro support (#1766)

Add HydroOS distro support
parent 6dd85d67
...@@ -790,7 +790,7 @@ image_source="auto" ...@@ -790,7 +790,7 @@ image_source="auto"
# Devuan, DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary, # Devuan, DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary,
# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD, # EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo, # FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo,
# gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, # gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, HydroOS
# Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora, # Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
# KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE, # KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE,
# Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, Manjaro, Maui, # Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, Manjaro, Maui,
...@@ -7591,6 +7591,20 @@ ${c2} ` ...@@ -7591,6 +7591,20 @@ ${c2} `
`` ``
EOF EOF
;; ;;
"HydroOS"*)
set_colors 1 2 3 4 5
read -rd '' ascii_data <<'EOF'
${c1}
_ _ _ ____ _____
| | | | | | / __ \ / ____|
| |__| |_ _ __| |_ __ ___ | | | | (___
| __ | | | |/ _` | '__/ _ \| | | |\___ \
| | | | |_| | (_| | | | (_) | |__| |____) |
|_| |_|\__, |\__,_|_| \___/ \____/|_____/
__/ |
|___/
EOF
;;
"hyperbola_small"*) "hyperbola_small"*)
set_colors 8 set_colors 8
......
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