diff --git a/ct/alpine-nextcloud.sh b/ct/alpine-nextcloud.sh
index b0faf344..5356a022 100644
--- a/ct/alpine-nextcloud.sh
+++ b/ct/alpine-nextcloud.sh
@@ -8,13 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build
 function header_info {
   clear
   cat <<"EOF"
-    _   __          __  ________                __
-   / | / /__  _  __/ /_/ ____/ /___  __  ______/ /
-  /  |/ / _ \| |/_/ __/ /   / / __ \/ / / / __  /
- / /|  /  __/>  </ /_/ /___/ / /_/ / /_/ / /_/ /
-/_/ |_/\___/_/|_|\__/\____/_/\____/\__,_/\__,_/
+    _   __          __       __                __   __  __      __
+   / | / /__  _  __/ /______/ /___  __  ______/ /  / / / /_  __/ /_
+  /  |/ / _ \| |/_/ __/ ___/ / __ \/ / / / __  /  / /_/ / / / / __ \
+ / /|  /  __/>  </ /_/ /__/ / /_/ / /_/ / /_/ /  / __  / /_/ / /_/ /
+/_/ |_/\___/_/|_|\__/\___/_/\____/\__,_/\__,_/  /_/ /_/\__,_/_.___/
 Alpine
-
 EOF
 }
 header_info