@@ -2972,6 +2972,35 @@ asciiText () {
2972
2972
" ${c2} ...... %s" )
2973
2973
;;
2974
2974
2975
+ " Raspbian - Alt" )
2976
+ if [[ " $no_color " != " 1" ]]; then
2977
+ c1=$( getColor ' light green' ) # Light Green
2978
+ c2=$( getColor ' light red' ) # Light Red
2979
+ fi
2980
+ if [ -n " ${my_lcolor} " ]; then c1=" ${my_lcolor} " ; c2=" ${my_lcolor} " ; fi
2981
+ startline=" 0"
2982
+ logowidth=" 32"
2983
+ fulloutput=(
2984
+ " ${c1} .',;:cc;,'. .,;::c:,,. %s"
2985
+ " ${c1} ,ooolcloooo: 'oooooccloo: %s"
2986
+ " ${c1} .looooc;;:ol :oc;;:ooooo' %s"
2987
+ " ${c1} ;oooooo: ,ooooooc. %s"
2988
+ " ${c1} .,:;'. .;:;'. %s"
2989
+ " ${c2} .dQ. .d0Q0Q0. '0Q. %s"
2990
+ " ${c2} .0Q0' 'Q0Q0Q' 'Q0Q. %s"
2991
+ " ${c2} '' .odo. .odo. '' %s"
2992
+ " ${c2} . .0Q0Q0Q' .0Q0Q0Q. . %s"
2993
+ " ${c2} ,0Q .0Q0Q0Q0Q 'Q0Q0Q0b. 0Q. %s"
2994
+ " ${c2} :Q0 Q0Q0Q0Q 'Q0Q0Q0 Q0' %s"
2995
+ " ${c2} '0 '0Q0' .0Q0. '0' 'Q' %s"
2996
+ " ${c2} .oo. .0Q0Q0. .oo. %s"
2997
+ " ${c2} 'Q0Q0. '0Q0Q0Q0. .Q0Q0b %s"
2998
+ " ${c2} 'Q0Q0. '0Q0Q0' .d0Q0Q' %s"
2999
+ " ${c2} 'Q0Q' .. '0Q.' %s"
3000
+ " ${c2} .0Q0Q0Q. %s"
3001
+ " ${c2} '0Q0Q' %s" )
3002
+ ;;
3003
+
2975
3004
" CrunchBang" )
2976
3005
if [[ " $no_color " != " 1" ]]; then
2977
3006
c1=$( getColor ' white' ) # White
@@ -5329,7 +5358,7 @@ infoDisplay () {
5329
5358
" Alpine Linux" |" Arch Linux - Old" |" blackPanther OS" |" Fedora" |" Korora" |" Chapeau" |" Mandriva" |" Mandrake" |" Chakra" |" ChromeOS" |" Sabayon" |" Slackware" |" Mac OS X" |" Trisquel" |" Kali Linux" |" Jiyuu Linux" |" Antergos" |" KaOS" |" Logos" |" gNewSense" |" Netrunner" |" NixOS" |" SailfishOS" |" Qubes OS" |" Kogaion" |" PCLinuxOS" |" Obarun" |" Solus" |" SwagArch" |" Parrot Security" |" Zorin OS" ) labelcolor=$( getColor ' light blue' ) ;;
5330
5359
" Arch Linux" |" Artix Linux" |" Frugalware" |" Mageia" |" Deepin" |" CRUX" ) labelcolor=$( getColor ' light cyan' ) ;;
5331
5360
" Mint" |" LMDE" |" KDE neon" |" openSUSE" |" SUSE Linux Enterprise" |" LinuxDeepin" |" DragonflyBSD" |" Manjaro" |" Manjaro-tree" |" Android" |" Void Linux" |" DesaOS" ) labelcolor=$( getColor ' light green' ) ;;
5332
- " Ubuntu" |" FreeBSD" |" FreeBSD - Old" |" Debian" |" Raspbian" |" BSD" |" Red Hat Enterprise Linux" |" Oracle Linux" |" Peppermint" |" Cygwin" |" Msys" |" Fuduntu" |" Scientific Linux" |" DragonFlyBSD" |" BackTrack Linux" |" Red Star OS" |" SparkyLinux" |" OBRevenge" |" Source Mage GNU/Linux" ) labelcolor=$( getColor ' light red' ) ;;
5361
+ " Ubuntu" |" FreeBSD" |" FreeBSD - Old" |" Debian" |" Raspbian" |" Raspbian - Alt " | " BSD" |" Red Hat Enterprise Linux" |" Oracle Linux" |" Peppermint" |" Cygwin" |" Msys" |" Fuduntu" |" Scientific Linux" |" DragonFlyBSD" |" BackTrack Linux" |" Red Star OS" |" SparkyLinux" |" OBRevenge" |" Source Mage GNU/Linux" ) labelcolor=$( getColor ' light red' ) ;;
5333
5362
" ROSA" ) labelcolor=$( getColor ' white' ) ;;
5334
5363
" CrunchBang" |" Viperr" |" elementary" * ) labelcolor=$( getColor ' dark grey' ) ;;
5335
5364
" Gentoo" |" Parabola GNU/Linux-libre" |" Funtoo" |" Funtoo-text" |" BLAG" |" SteamOS" |" Devuan" ) labelcolor=$( getColor ' light purple' ) ;;
0 commit comments