From c6423458ed255b266bbc3f69e38edcd831636891 Mon Sep 17 00:00:00 2001 From: tehNooB <125163838+JamesTurland@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:13:34 +0100 Subject: [PATCH] Update longhorn.sh --- Kubernetes/Longhorn/longhorn.sh | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/Kubernetes/Longhorn/longhorn.sh b/Kubernetes/Longhorn/longhorn.sh index 8f79d3e..959716b 100644 --- a/Kubernetes/Longhorn/longhorn.sh +++ b/Kubernetes/Longhorn/longhorn.sh @@ -1,16 +1,20 @@ #!/bin/bash -echo -e " \033[33;5m __ _ _ ___ \033[0m" -echo -e " \033[33;5m \ \(_)_ __ ___( )__ / _ \__ _ _ __ __ _ __ _ ___ \033[0m" -echo -e " \033[33;5m \ \ | '_ \` _ \/ __| / /_\/ _\` | '__/ _\` |/ _\` |/ _ \ \033[0m" -echo -e " \033[33;5m /\_/ / | | | | | \__ \ / /_\\ (_| | | | (_| | (_| | __/ \033[0m" -echo -e " \033[33;5m \___/|_|_| |_| |_|___/ \____/\__,_|_| \__,_|\__, |\___| \033[0m" -echo -e " \033[33;5m |___/ \033[0m" - -echo -e " \033[36;5m \033[0m" -echo -e " \033[32;5m https://youtube.com/@jims-garage \033[0m" -echo -e " \033[32;5m \033[0m" - +echo -e " \033[33;2m __ _ _ ___ \033[0m" +echo -e " \033[33;2m \ \(_)_ __ ___( )__ / _ \__ _ _ __ __ _ __ _ ___ \033[0m" +echo -e " \033[33;2m \ \ | '_ \` _ \/ __| / /_\/ _\` | '__/ _\` |/ _\` |/ _ \ \033[0m" +echo -e " \033[33;2m /\_/ / | | | | | \__ \ / /_\\ (_| | | | (_| | (_| | __/ \033[0m" +echo -e " \033[33;2m \___/|_|_| |_| |_|___/ \____/\__,_|_| \__,_|\__, |\___| \033[0m" +echo -e " \033[33;2m |___/ \033[0m" +echo -e " \033[35;2m __ _ \033[0m" +echo -e " \033[35;2m / / ___ _ __ __ _| |__ ___ _ __ _ __ \033[0m" +echo -e " \033[35;2m / / / _ \| '_ \ / _\` | '_ \ / _ \| '__| '_ \ \033[0m" +echo -e " \033[35;2m / /__| (_) | | | | (_| | | | | (_) | | | | | | \033[0m" +echo -e " \033[35;2m \____/\___/|_| |_|\__, |_| |_|\___/|_| |_| |_| \033[0m" +echo -e " \033[35;2m |___/ \033[0m" +echo -e " \033[36;2m \033[0m" +echo -e " \033[32;2m https://youtube.com/@jims-garage \033[0m" +echo -e " \033[32;2m \033[0m" ############################################# # YOU SHOULD ONLY NEED TO EDIT THIS SECTION #