Skip to content

Commit

Permalink
aerOSを追加
Browse files Browse the repository at this point in the history
@hewol さんのコミット
Pull Request番号:dylanaraps#2360
  • Loading branch information
hayatehay authored Aug 19, 2023
1 parent 623de1d commit 1ea2939
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions unifetch
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ image_source="auto"
# Values: 'auto', 'distro_name'
# Flag: --ascii_distro
#
# NOTE: AIX, AlmaLinux, Alpine, Alter, Amazon, AmogOS, Anarchy, Android, Antergos, antiX, AOSC OS,
# NOTE: aerOS, AIX, AlmaLinux, Alpine, Alter, Amazon, AmogOS, Anarchy, Android, Antergos, antiX, AOSC OS,
# AOSC OS/Retro, Aperio GNU/Linux, Apricity, Arch, ArchBox, Archcraft, ARCHlabs, ArchMerge,
# ArchStrike, ArcoLinux, Artix, Arya, Asahi, Aster, AsteroidOS, astOS, Astra Linux Bedrock, AZOS, BigLinux, Bitrig,
# BlackArch, blackPanther, BLAG, BlankOn, BlueLight, Bodhi, bonsai, BSD, BunsenLabs, Cachy OS,
Expand Down Expand Up @@ -5969,7 +5969,7 @@ ASCII:
--ascii_colors x x x x x x Colors to print the ascii art
--ascii_distro distro Which Distro's ascii art to print
NOTE: AIX, AlmaLinux, Alpine, Alter, Amazon, AmogOS, Anarchy, Android, Antergos, antiX, AOSC OS,
NOTE: aerOS, AIX, AlmaLinux, Alpine, Alter, Amazon, AmogOS, Anarchy, Android, Antergos, antiX, AOSC OS,
AOSC OS/Retro, Aperio GNU/Linux, Apricity, Arch, ArchBox, Archcraft, ARCHlabs, ArchMerge,
ArchStrike, ArcoLinux, Artix, Arya, Asahi, Aster, AsteroidOS, astOS, Astra Linux, AZOS, Bedrock, BigLinux, Bitrig,
BlackArch, blackPanther, BLAG, BlankOn, BlueLight, Bodhi, bonsai, BSD, BunsenLabs, Cachy OS,
Expand Down Expand Up @@ -6351,6 +6351,36 @@ get_distro_ascii() {
#
# $ascii_distro is the same as $distro.
case $(trim "$ascii_distro") in
"aerOS"*)
set_colors 6 6 7 1
read -rd '' ascii_data <<'EOF'

This comment has been minimized.

Copy link
@hayatehay

hayatehay Aug 19, 2023

Author Collaborator

実際のロゴと比較すると、元のコミットに存在した「y:」に相当する部分が存在しないため削除。

${c1} ooo OOO OOO ooo
oOO OOo
oOO OOo
oOO OOo
oOO OOo
oOO OOo
oOO OOo
OOo
OOo
OOo
OOo
OOo
OOo
oOO OOo
oOO OOo
oOO OOo
oOO OOo
oO OOo
oOO OOo
oOO OOo
ooo OOO OOO ooo
EOF
;;




"AIX"*)
set_colors 2 7
read -rd '' ascii_data <<'EOF'
Expand Down

0 comments on commit 1ea2939

Please sign in to comment.