fixes aerOS small logo not being accessible

This commit is contained in:
lun4h
2024-01-06 16:02:10 +01:00
committed by GitHub
parent dcd9a45d0f
commit ad45e467a0

View File

@@ -6142,6 +6142,24 @@ ${c1} y:
EOF
;;
"aeros_small"*)
set_colors fg fg
read -rd '' ascii_data <<'EOF'
${c1}
ooOOoo
ooO Ooo
ooO Ooo
ooO Ooo
Ooo
Ooo
Ooo
oo. .oo
oo. .oo
oo. .oo
oo..oo
EOF
;;
"aerOS"*)
set_colors fg fg
read -rd '' ascii_data <<'EOF'
@@ -6170,24 +6188,6 @@ ${c1}
EOF
;;
"aerOS_small"*)
set_colors fg fg
read -rd '' ascii_data <<'EOF'
${c1}
ooOOoo
ooO Ooo
ooO Ooo
ooO Ooo
Ooo
Ooo
Ooo
oo. .oo
oo. .oo
oo. .oo
oo..oo
EOF
;;
"Arch"*)
set_colors 6 6 7 1
read -rd '' ascii_data <<'EOF'