Commit 673e0420 authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Merge pull request #579 from mstraube/suse

Fix ASCII logo not shown on openSUSE
parents c64e187b e951eab8
...@@ -2536,7 +2536,7 @@ get_distro_colors() { ...@@ -2536,7 +2536,7 @@ get_distro_colors() {
"antiX"*) "antiX"*)
set_colors 1 7 3 set_colors 1 7 3
ascii_Distro="antix" ascii_distro="antix"
;; ;;
"FreeBSD"*) "FreeBSD"*)
...@@ -2584,10 +2584,15 @@ get_distro_colors() { ...@@ -2584,10 +2584,15 @@ get_distro_colors() {
set_colors 3 7 6 1 8 set_colors 3 7 6 1 8
;; ;;
*"SUSE"* | "Manjaro"* | "Deepin"* |"LMDE"* | "Chapeau"* | "Bitrig"*) "Manjaro"* | "Deepin"* | "LMDE"* | "Chapeau"* | "Bitrig"*)
set_colors 2 7 set_colors 2 7
;; ;;
*"SUSE"*)
set_colors 2 7
ascii_distro="suse"
;;
"KDE"*) "KDE"*)
set_colors 2 7 set_colors 2 7
ascii_distro="kde" ascii_distro="kde"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment