From 80568ff149c855ae80f81289d2be126a68d1848e Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Thu, 28 Sep 2023 17:37:49 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20adresu=20repozytorium,=20aby=20wsk?= =?utf8?q?azywa=C5=82o=20na=20priv.=20Poprawienie=20formatowania=20kodu=20?= =?utf8?q?funckji=20'ascii=5Fcolors'?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tools/library.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/library.sh b/tools/library.sh index 8c46579..252fe10 100755 --- a/tools/library.sh +++ b/tools/library.sh @@ -24,7 +24,7 @@ function check_distro_commit() { if [ -d /tmp/immudex-testing ]; then $(cd /tmp/immudex-testing && git pull -q); else - git clone -q https://github.com/xf0r3m/immudex-testing /tmp/immudex-testing; + git clone -q https://git.morketsmerke.org/git/immudex-testing /tmp/immudex-testing; fi latestVersion=$(cd /tmp/immudex-testing && git log --pretty=oneline | head -1 | cut -d " " -f 1); if [ "$1" ] && [ "$1" == "--print" ]; then @@ -42,16 +42,16 @@ function check_distro_commit() { function ascii_colors() { -BLUE="\e[1;94m"; -RED="\e[1;91m"; -CYAN="\e[1;96m"; -ENDCOLOR="\e[0m"; + BLUE="\e[1;94m"; + RED="\e[1;91m"; + CYAN="\e[1;96m"; + ENDCOLOR="\e[0m"; -echo -e "${BLUE} _ ${RED} _ ${CYAN} ${ENDCOLOR}"; -echo -e "${BLUE}(_)_ __ ___ _ __ ___ _ _ ${RED} __| | ___${CYAN}__ __${ENDCOLOR}"; -echo -e "${BLUE}| | '_ \` _ \| '_ \` _ \| | | |${RED}/ _\` |/ _ \\\\${CYAN} \/ /${ENDCOLOR}"; -echo -e "${BLUE}| | | | | | | | | | | | |_| |${RED} (_| | __/${CYAN}> < ${ENDCOLOR}"; -echo -e "${BLUE}|_|_| |_| |_|_| |_| |_|\__,_|${RED}\__,_|\___/${CYAN}_/\_\\"; -echo -e "${ENDCOLOR}"; + echo -e "${BLUE} _ ${RED} _ ${CYAN} ${ENDCOLOR}"; + echo -e "${BLUE}(_)_ __ ___ _ __ ___ _ _ ${RED} __| | ___${CYAN}__ __${ENDCOLOR}"; + echo -e "${BLUE}| | '_ \` _ \| '_ \` _ \| | | |${RED}/ _\` |/ _ \\\\${CYAN} \/ /${ENDCOLOR}"; + echo -e "${BLUE}| | | | | | | | | | | | |_| |${RED} (_| | __/${CYAN}> < ${ENDCOLOR}"; + echo -e "${BLUE}|_|_| |_| |_|_| |_| |_|\__,_|${RED}\__,_|\___/${CYAN}_/\_\\"; + echo -e "${ENDCOLOR}"; } -- 2.39.5