From eb8d6fcc267e279b4fb8bf8534d9e52c765223fc Mon Sep 17 00:00:00 2001 From: scriptos Date: Wed, 4 Mar 2026 22:58:35 +0100 Subject: [PATCH] Header angepasst (fix). --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 748851c..b58bf85 100644 --- a/install.sh +++ b/install.sh @@ -39,10 +39,12 @@ print_header() { echo -e "${NC}" echo -e "${GREEN} Version: ${VERSION}${NC}" echo -e "${BLUE} Autor: Patrick Asmus${NC}" + echo -e echo -e "${BLUE} E-Mail: support@techniverse.net${NC}" echo -e "${BLUE} Web: https://www.patrick-asmus.de${NC}" - echo -e "${BLUE} Blog: https://www.cleveradmin.de${NC}" + echo "" echo -e "${BLUE}───────────────────────────────────────────────────────────────────────────────────────────────────────────────${NC}" + echo "" echo -e "${BLUE} Repo: https://git.techniverse.net/scriptos/adguard-shield${NC}" echo "" echo -e "${BLUE}═══════════════════════════════════════════════════════════════════════════════════════════════════════════════${NC}"