Преглед на файлове

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