Преглед изворни кода

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"))