Rename Red Hat ascii art from 'red' to 'redhat'
This commit is contained in:
parent
cb87a2095d
commit
d2df70f77d
9
fetch
9
fetch
|
@ -1598,12 +1598,19 @@ getascii () {
|
|||
c3=$(color 7)
|
||||
;;
|
||||
|
||||
"Debian"* | "FreeBSD"* | "Red Hat"* | "elementary"* | "CrunchBang"* | "Ubuntu"*)
|
||||
"Debian"* | "FreeBSD"* | "elementary"* | "CrunchBang"* | "Ubuntu"*)
|
||||
c1=$(color 7)
|
||||
c2=$(color 1)
|
||||
c3=$(color 3)
|
||||
;;
|
||||
|
||||
"Red Hat"*)
|
||||
c1=$(color 7)
|
||||
c2=$(color 1)
|
||||
c3=$(color 3)
|
||||
ascii_distro="redhat"
|
||||
;;
|
||||
|
||||
"Fedora"*)
|
||||
c1=$(color 7)
|
||||
c2=$(color 4)
|
||||
|
|
Reference in New Issue