PCBSD: Use FreeBSD logo

This commit is contained in:
Dylan 2016-05-14 15:44:05 +10:00
parent 3def1d5ea6
commit 7b8f4a1f90
1 changed files with 7 additions and 2 deletions

View File

@ -2471,11 +2471,16 @@ colors () {
ascii_distro="chrome" ascii_distro="chrome"
;; ;;
"Debian"* | "FreeBSD"* | "Elementary"* | "CrunchBang"* | "Ubuntu"*) "Debian"* | "Elementary"* | "CrunchBang"* | "Ubuntu"*)
setcolors 7 1 3 setcolors 7 1 3
;; ;;
"DragonFly"* | "PCBSD"*) "FreeBSD"* | "PCBSD"*)
setcolors 7 1 3
ascii_distro="freebsd"
;;
"DragonFly"*)
setcolors 1 7 3 setcolors 1 7 3
;; ;;