From 21339602d2b6ab259f7f45fd3c054a41c4c4cc34 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Sat, 14 Aug 2021 21:41:13 +0800 Subject: [PATCH] Update warning message --- debi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debi.sh b/debi.sh index 15974f0..97c83bb 100755 --- a/debi.sh +++ b/debi.sh @@ -142,7 +142,7 @@ has_cloud_kernel() { esac local tmp; tmp=''; [ "$bpo_kernel" = true ] && tmp='-backports' - echo "Warning: No cloud kernel is available for $architecture/$suite$tmp.\n\n...Continuing with the default." 1>&2 + echo "\nWarning: No cloud kernel is available for $architecture/$suite$tmp.\nContinuing with the default..." 1>&2 sleep 5 return 1 @@ -153,7 +153,7 @@ has_backports() { stretch|oldstable|buster|stable|bullseye|testing) return esac - echo "Warning: No backports kernel is available for $suite.\n\n...Continuing with the default." 1>&2 + echo "\nWarning: No backports kernel is available for $suite.\nContinuing with the default..." 1>&2 sleep 5 return 1