Skip to content

Commit 1ea2939

Browse files
authored
aerOSを追加
@hewol さんのコミット Pull Request番号:dylanaraps#2360
1 parent 623de1d commit 1ea2939

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

Diff for: unifetch

+32-2
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ image_source="auto"
805805
# Values: 'auto', 'distro_name'
806806
# Flag: --ascii_distro
807807
#
808-
# NOTE: AIX, AlmaLinux, Alpine, Alter, Amazon, AmogOS, Anarchy, Android, Antergos, antiX, AOSC OS,
808+
# NOTE: aerOS, AIX, AlmaLinux, Alpine, Alter, Amazon, AmogOS, Anarchy, Android, Antergos, antiX, AOSC OS,
809809
# AOSC OS/Retro, Aperio GNU/Linux, Apricity, Arch, ArchBox, Archcraft, ARCHlabs, ArchMerge,
810810
# ArchStrike, ArcoLinux, Artix, Arya, Asahi, Aster, AsteroidOS, astOS, Astra Linux Bedrock, AZOS, BigLinux, Bitrig,
811811
# BlackArch, blackPanther, BLAG, BlankOn, BlueLight, Bodhi, bonsai, BSD, BunsenLabs, Cachy OS,
@@ -5969,7 +5969,7 @@ ASCII:
59695969
--ascii_colors x x x x x x Colors to print the ascii art
59705970
--ascii_distro distro Which Distro's ascii art to print
59715971
5972-
NOTE: AIX, AlmaLinux, Alpine, Alter, Amazon, AmogOS, Anarchy, Android, Antergos, antiX, AOSC OS,
5972+
NOTE: aerOS, AIX, AlmaLinux, Alpine, Alter, Amazon, AmogOS, Anarchy, Android, Antergos, antiX, AOSC OS,
59735973
AOSC OS/Retro, Aperio GNU/Linux, Apricity, Arch, ArchBox, Archcraft, ARCHlabs, ArchMerge,
59745974
ArchStrike, ArcoLinux, Artix, Arya, Asahi, Aster, AsteroidOS, astOS, Astra Linux, AZOS, Bedrock, BigLinux, Bitrig,
59755975
BlackArch, blackPanther, BLAG, BlankOn, BlueLight, Bodhi, bonsai, BSD, BunsenLabs, Cachy OS,
@@ -6351,6 +6351,36 @@ get_distro_ascii() {
63516351
#
63526352
# $ascii_distro is the same as $distro.
63536353
case $(trim "$ascii_distro") in
6354+
"aerOS"*)
6355+
set_colors 6 6 7 1
6356+
read -rd '' ascii_data <<'EOF'
6357+
${c1} ooo OOO OOO ooo
6358+
oOO OOo
6359+
oOO OOo
6360+
oOO OOo
6361+
oOO OOo
6362+
oOO OOo
6363+
oOO OOo
6364+
OOo
6365+
OOo
6366+
OOo
6367+
OOo
6368+
OOo
6369+
OOo
6370+
oOO OOo
6371+
oOO OOo
6372+
oOO OOo
6373+
oOO OOo
6374+
oO OOo
6375+
oOO OOo
6376+
oOO OOo
6377+
ooo OOO OOO ooo
6378+
EOF
6379+
;;
6380+
6381+
6382+
6383+
63546384
"AIX"*)
63556385
set_colors 2 7
63566386
read -rd '' ascii_data <<'EOF'

0 commit comments

Comments
 (0)