浏览代码

pkg: fedora: Fix confirmation prompt for building without secureboot keys

Dorian Stoll 2 年之前
父节点
当前提交
9a6fd51d7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/fedora/kernel-surface/build-linux-surface.py

+ 1 - 1
pkg/fedora/kernel-surface/build-linux-surface.py

@@ -99,7 +99,7 @@ if not sb_avail:
     print("The compiled kernel will not boot with Secure Boot enabled!")
     print("")
 
-    input("Press any key to continue")
+    input("Press enter to continue: ")
 
 # Expand globs
 surface_patches = sorted(patches.glob("*.patch"))