[+] FiwixOS (Fix #356)

This commit is contained in:
Azalea
2026-06-03 03:38:36 +00:00
parent e50fa4040e
commit c36d349273
2 changed files with 39 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{"match": "\"FiwixOS\"*|\"Fiwix\"*", "color": "45 45 18"}
${c1}###########.${c3}###########
${c1}###########.${c3}###########
${c1}###########.${c3}###########
${c1}###########.${c3}###########
${c1}##########.${c3}###########
${c1}#############.${c3}##########
${c1}###############.${c3}##########
${c1}#################.${c3}##########
${c1}###############.${c3}##########
${c1}#############.${c3}##########
${c1}###########.${c3}##########
${c1}############.${c3}##########
${c1}############.${c3}##########
${c1}############.${c3}##########
${c1}###########.${c3}##########

View File

@@ -1047,6 +1047,7 @@ get_os() {
AIX) os=AIX ;;
IRIX*) os=IRIX ;;
FreeMiNT) os=FreeMiNT ;;
Fiwix) os=Fiwix ;;
Interix) os=Interix ;;
Ironclad) os=Ironclad;;
OSF1) os=digitalUNIX ;;
@@ -1077,7 +1078,7 @@ get_distro() {
[[ $distro ]] && return
case $os in
Linux|BSD|MINIX|Ironclad)
Linux|BSD|MINIX|Ironclad|Fiwix)
if [[ -f /bedrock/etc/bedrock-release && -z $BEDROCK_RESTRICT ]]; then
case $distro_shorthand in
on|tiny) distro="Bedrock Linux" ;;
@@ -10292,6 +10293,27 @@ ${c1} ,,:;;;;:,,
EOF
;;
"FiwixOS"* | "Fiwix"*)
set_colors 45 45 18
read -rd '' ascii_data <<'EOF'
${c1}###########.${c3}###########
${c1}###########.${c3}###########
${c1}###########.${c3}###########
${c1}###########.${c3}###########
${c1}##########.${c3}###########
${c1}#############.${c3}##########
${c1}###############.${c3}##########
${c1}#################.${c3}##########
${c1}###############.${c3}##########
${c1}#############.${c3}##########
${c1}###########.${c3}##########
${c1}############.${c3}##########
${c1}############.${c3}##########
${c1}############.${c3}##########
${c1}###########.${c3}##########
EOF
;;
"Furreto"*)
set_colors 211 255 225 199
read -rd '' ascii_data <<'EOF'