style: update ASCII art in install script header (#8628)

This commit is contained in:
Akshat Jain 2026-02-12 13:34:31 +05:30 committed by GitHub
parent b59e541b35
commit bcc8fb4d1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,16 +23,16 @@ function print_header() {
clear clear
cat <<"EOF" cat <<"EOF"
-------------------------------------------- ##+. ##+ .##-
____ _ ///////// ######+.######-.######.
| _ \| | __ _ _ __ ___ ///////// #######. -### +#####+.
| |_) | |/ _` | '_ \ / _ \ ///// ///// #######. + +######.
| __/| | (_| | | | | __/ ///// ///// #######. .#######
|_| |_|\__,_|_| |_|\___| //// #######. .#######
//// ####### + .#######
-------------------------------------------- .+#####+ ###- .#######
Project management tool from the future .######.-#####+.+######
-------------------------------------------- -##. -## .+##
EOF EOF
} }