From 40eb6e9a18db9404b76e31782ff8c364f2cbf843 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 4 Nov 2025 11:49:44 -0300 Subject: [PATCH] fix: shorter hyphen --- scripts/installer/installer | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/installer/installer b/scripts/installer/installer index 3e76600a0..9603b8a2c 100755 --- a/scripts/installer/installer +++ b/scripts/installer/installer @@ -14,15 +14,15 @@ done function show_banner { echo "" - echo " ____ ____ _ _ " - echo " / ___|___ ___ _ __ / ___| | ___ _ _ __| |" - echo " | | / _ \ _____ / _ \| '_ \ | | | |/ _ \| | | |/ _' |" - echo " | |__| (_) |_____| (_) | |_) | | |___| | (_) | |_| | (_| |" - echo " \____\___/ \___/| .__/ \____|_|\___/ \__,_|\__,_|" - echo " |_|" + echo " ____ ____ _ _ " + echo " / ___|___ ___ _ __ / ___| | ___ _ _ __| |" + echo " | | / _ \ ___ / _ \| '_ \ | | | |/ _ \| | | |/ _' |" + echo " | |__| (_) |___| (_) | |_) | | |___| | (_) | |_| | (_| |" + echo " \____\___/ \___/| .__/ \____|_|\___/ \__,_|\__,_|" + echo " |_|" echo "" echo "" - echo " === Public interest infrastructure === " + echo " === Public interest infrastructure === " echo "" echo "" }