Header im Installationsscript aktualisiert.

This commit is contained in:
2026-03-04 19:04:20 +01:00
parent 09b4580f0e
commit 1d9f5cca18

View File

@@ -40,6 +40,11 @@ print_header() {
echo -e "${GREEN} Version: ${VERSION}${NC}"
echo -e "${BLUE} Autor: Patrick Asmus${NC}"
echo -e "${BLUE} E-Mail: support@techniverse.net${NC}"
echo -e "${BLUE}───────────────────────────────────────────────────────────────────────────────────────────────────────────────${NC}"
echo -e "${BLUE} Web: https://www.patrick-asmus.de${NC}"
echo -e "${BLUE} Blog: https://www.cleveradmin.de${NC}"
echo -e "${BLUE}───────────────────────────────────────────────────────────────────────────────────────────────────────────────${NC}"
echo -e "${BLUE} Repo: https://git.techniverse.net/scriptos/adguard-shield${NC}"
echo ""
echo -e "${BLUE}═══════════════════════════════════════════════════════════════════════════════════════════════════════════════${NC}"
echo ""