From 53dde789a62533b455a4a0edebbab47db1b4bbc5 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 14 Feb 2016 17:02:45 +1100 Subject: [PATCH] added support for Trisquel --- ascii/distro/trisquel | 20 ++++++++++++++++++++ fetch | 8 ++++---- 2 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 ascii/distro/trisquel diff --git a/ascii/distro/trisquel b/ascii/distro/trisquel new file mode 100644 index 00000000..7b94f745 --- /dev/null +++ b/ascii/distro/trisquel @@ -0,0 +1,20 @@ +"\ +${c1} ▄▄▄▄▄▄ +${c1} ▄█████████▄ +${c1} ▄▄▄▄▄▄ ████▀ ▀████ +${c1} ▄██████████▄ ████▀ ▄▄ ▀███ +${c1} ▄███▀▀ ▀▀████ ███▄ ▄█ ███ +${c1}▄███ ▄▄▄ ████▄ ▀██████ ▄███ +${c1}███ █▀▀██▄ █████▄ ▀▀ ▄████ +${c1}▀███ ███ ███████▄▄ ▄▄██████ +${c1} ▀███▄ ▄███ █████████████${c2}████▀ +${c1} ▀█████████ ███████${c2}███▀▀▀ + ▀▀███▀▀ ██${c2}████▀▀ +${c2} ██████▀ ▄▄▄▄ +${c2} █████▀ ████████ +${c2} █████ ███▀ ▀███ +${c2} ████▄ ██▄▄▄ ███ +${c2} █████▄ ▀▀ ▄██ +${c2} ██████▄▄▄████ +${c2} ▀▀█████▀▀ +" diff --git a/fetch b/fetch index ed55360f..d61c8246 100755 --- a/fetch +++ b/fetch @@ -614,7 +614,7 @@ getpackages () { ;; "Ubuntu"* | *"Mint"* | "CrunchBang"* | "Debian"* | "Kali"* | "Deepin Linux"* |\ - "elementary"* | "Raspbian"* | "Zorin"* | "Tails"*) + "elementary"* | "Raspbian"* | "Zorin"* | "Tails"* | "Trisquel"*) packages="$(dpkg --get-selections | grep -cv deinstall$)" ;; @@ -1653,7 +1653,7 @@ getascii () { c2=$(color 7) ;; - "PCLinuxOS"*) + "PCLinuxOS"* | "Slackware"*) c1=$(color 4) c2=$(color 7) ;; @@ -1663,9 +1663,9 @@ getascii () { c2=$(color 1) ;; - "Slackware"*) + "Trisquel"*) c1=$(color 4) - c2=$(color 7) + c2=$(color 6) ;; "void"*)