feat(logos): add Rocky Linux logo
This commit is contained in:
parent
aeccdd7ca2
commit
3e2bf5ed1b
20
README.md
20
README.md
@ -12,16 +12,16 @@ minimalistic look.
|
||||
|
||||
**Supported Platforms:** Linux, Android, macOS, Windows, FreeBSD, NetBSD
|
||||
|
||||
**Included Logos:** Alpine Linux, Android, AmogOS _(new)_ Arch Linux, ArcoLinux,
|
||||
Artix Linux, Bedrock Linux, Buildroot, CelOS, CentOS, Crystal Linux, dahliaOS,
|
||||
Debian, Devuan, DietPi _(new)_, DragonflyBSD, Elementary OS, EndeavourOS,
|
||||
Fedora, Fiwix _(new)_, FreeBSD, Garuda Linux, Gentoo Linux, Gnu, Guix, Haiku,
|
||||
HydroOS, Hyperbola, instantOS, IRIX, KDE neon, Linux Lite, Linux, Mint, macOS,
|
||||
Mageia, Manjaro, Minix, MorphOS _(new)_, MX Linux, NetBSD, NixOS, Nobara Project
|
||||
_(new)_, OpenBSD, openSUSE Tumbleweed, openSUSE Leap, OpenWrt, Parabola,
|
||||
Pop!\_OS _(updated)_, PureOS, Raspbian, SerenityOS, Slackware, Solus, SteamOS
|
||||
_(new)_, Solaris, Ubuntu, Vanilla OS _(new)_, Void Linux, Windows _(new)_,
|
||||
Xeonix Linux
|
||||
**Included Logos:** Alpine Linux, Android, AmogOS _(new)_, Arch Linux,
|
||||
ArcoLinux, Artix Linux, Bedrock Linux, Buildroot, CelOS, CentOS, Crystal Linux,
|
||||
dahliaOS, Debian, Devuan, DietPi _(new)_, DragonflyBSD, Elementary OS,
|
||||
EndeavourOS, Fedora, Fiwix _(new)_, FreeBSD, Garuda Linux, Gentoo Linux, Gnu,
|
||||
Guix, Haiku, HydroOS, Hyperbola, instantOS, IRIX, KDE neon, Linux Lite, Linux,
|
||||
Mint, macOS, Mageia, Manjaro, Minix, MorphOS _(new)_, MX Linux, NetBSD, NixOS,
|
||||
Nobara Project _(new)_, OpenBSD, openSUSE Tumbleweed, openSUSE Leap, OpenWrt,
|
||||
Parabola, Pop!\_OS _(updated)_, PureOS, Raspbian, Rocky Linux _(new)_,
|
||||
SerenityOS, Slackware, Solus, SteamOS _(new)_, Solaris, Ubuntu, Vanilla OS
|
||||
_(new)_, Void Linux, Windows _(new)_, Xeonix Linux
|
||||
|
||||
For all other distributions, a penguin will be displayed.
|
||||
|
||||
|
||||
@ -655,6 +655,19 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in
|
||||
EOF
|
||||
;;
|
||||
|
||||
[Rr]ocky*)
|
||||
read_ascii 2 <<- EOF
|
||||
${c35} __
|
||||
${c35} .=######=.
|
||||
${c35}.###########'
|
||||
${c35}########${c7}.\\${c35}"###
|
||||
${c35}#####"${c7}/####=${c35}'#
|
||||
${c35}'##"${c7}###${c35}.##.${c7}##'
|
||||
${c35} '${c7}###${c35}.#####+\`
|
||||
${c35} \`\`''\`\`
|
||||
EOF
|
||||
;;
|
||||
|
||||
[Ss]erenity[Oo][Ss]*)
|
||||
read_ascii 4 <<- EOF
|
||||
${c7} _____
|
||||
|
||||
@ -57,6 +57,7 @@ parabola
|
||||
pop!_os
|
||||
pureos
|
||||
raspbian
|
||||
rocky
|
||||
serenityos
|
||||
slackware
|
||||
solus
|
||||
|
||||
Loading…
Reference in New Issue
Block a user