From 24f020871c40c20c54f8ba660e62040055bc0278 Mon Sep 17 00:00:00 2001 From: akshat5302 Date: Wed, 11 Feb 2026 19:06:35 +0530 Subject: [PATCH] style: update ASCII art in install script header --- 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 c26fba22b8a..582aa839413 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 }