浏览代码

Update warning message

Bohan Yang 4 年之前
父节点
当前提交
21339602d2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      debi.sh

+ 2 - 2
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