From bcc8fb4d1d48131638b9bd381456a51ac35acec6 Mon Sep 17 00:00:00 2001 From: Akshat Jain Date: Thu, 12 Feb 2026 13:34:31 +0530 Subject: [PATCH] style: update ASCII art in install script header (#8628) --- deployments/cli/community/install.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/deployments/cli/community/install.sh b/deployments/cli/community/install.sh index c26fba22b..582aa8394 100755 --- a/deployments/cli/community/install.sh +++ b/deployments/cli/community/install.sh @@ -23,16 +23,16 @@ function print_header() { clear cat <<"EOF" --------------------------------------------- - ____ _ ///////// -| _ \| | __ _ _ __ ___ ///////// -| |_) | |/ _` | '_ \ / _ \ ///// ///// -| __/| | (_| | | | | __/ ///// ///// -|_| |_|\__,_|_| |_|\___| //// - //// --------------------------------------------- -Project management tool from the future --------------------------------------------- +##+. ##+ .##- + ######+.######-.######. + #######. -### +#####+. + #######. + +######. + #######. .####### + #######. .####### + ####### + .####### + .+#####+ ###- .####### + .######.-#####+.+###### + -##. -## .+## EOF }