Added support for Mandriva
This commit is contained in:
parent
b0cee7c7d7
commit
e3245fba63
2 changed files with 24 additions and 2 deletions
17
ascii/distro/mandriva
Normal file
17
ascii/distro/mandriva
Normal file
|
@ -0,0 +1,17 @@
|
|||
"\
|
||||
${c2} \`\`
|
||||
${c2} \`-.
|
||||
${c1} \` ${c2}.---
|
||||
${c1} -/ ${c2}-::--\`
|
||||
${c1} \`++ ${c2}\`----...\`\`\`-:::::.
|
||||
${c1} \`os. ${c2}.::::::::::::::-\`\`\` \` \`
|
||||
${c1} +s+ ${c2}.::::::::::::::::---...--\`
|
||||
${c1} -ss: ${c2}\`-::::::::::::::::-.\`\`.\`\`
|
||||
${c1} /ss- ${c2}.::::::::::::-.\`\` \`
|
||||
${c1} +ss: ${c2}.::::::::::::-
|
||||
${c1} /sso ${c2}.::::::-::::::-
|
||||
${c1} .sss/ ${c2}-:::-.\` .:::::
|
||||
${c1} /sss+. ${c2}..\`${c1} \`--\` ${c2}.:::
|
||||
${c1} -ossso+/:://+/-\` ${c2}.:\`
|
||||
${c1} -/+ooo+/-. ${c2}\`
|
||||
"
|
9
fetch
9
fetch
|
@ -638,7 +638,7 @@ getpackages () {
|
|||
;;
|
||||
|
||||
"Fedora"* | "openSUSE"* | "Red Hat"* | "CentOS"* | "Mageia"* | "PCLinuxOS"* |\
|
||||
"BLAG"*)
|
||||
"BLAG"* | "Mandriva"*)
|
||||
packages="$(rpm -qa | wc -l)"
|
||||
;;
|
||||
|
||||
|
@ -1609,7 +1609,7 @@ getascii () {
|
|||
c3=$(color 7)
|
||||
;;
|
||||
|
||||
"Debian"* | "FreeBSD"* | "elementary"* | "CrunchBang"* | "Ubuntu"*)
|
||||
"Debian"* | "FreeBSD"* | "Elementary"* | "CrunchBang"* | "Ubuntu"*)
|
||||
c1=$(color 7)
|
||||
c2=$(color 1)
|
||||
c3=$(color 3)
|
||||
|
@ -1646,6 +1646,11 @@ getascii () {
|
|||
c6=$(color 4)
|
||||
;;
|
||||
|
||||
"Mandriva"*)
|
||||
c1=$(color 4)
|
||||
c2=$(color 3)
|
||||
;;
|
||||
|
||||
"Mageia"*)
|
||||
c1=$(color 7)
|
||||
c2=$(color 6)
|
||||
|
|
Loading…
Reference in a new issue