Rename Red Hat ascii art from 'red' to 'redhat'

This commit is contained in:
Dylan 2016-02-14 20:43:08 +11:00
parent cb87a2095d
commit d2df70f77d
2 changed files with 8 additions and 1 deletions

9
fetch
View File

@ -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)