From 63ceaf3877436e3697439712c60f1f731fe20e80 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 28 Jun 2021 03:45:12 -0500 Subject: [PATCH] Improve readability2 --- quick_jibri_installer.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index a101474..f5705f5 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -250,7 +250,8 @@ So you can add a Jibri server on a instance with enough resources.\n" fi #Check system oriented porpuse -echo "Checking system oriented purpose...." +echo "Checking system oriented purpose.... +" apt-get -yq2 update SYSTEM_DE="$(apt-cache search "ubuntu-(desktop|mate-desktop)"|awk '{print$1}'|xargs|sed 's|$| trisquel triskel trisquel-mini|')" SYSTEM_DE_ARRAY=( $SYSTEM_DE ) @@ -262,7 +263,7 @@ do This is an unsupported use, as it will likely BREAK YOUR SYSTEM, so please don't." exit else - echo -e "\n > No standard desktop environment '$de' for user oriented porpuse detected, continuing..." + echo -e " > No standard desktop environment '$de' for user oriented porpuse detected, continuing...\n" fi done