Browse Source

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

Dorian Stoll 2 years ago
parent
commit
9a6fd51d7d
1 changed files with 1 additions and 1 deletions
  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"))