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

This commit is contained in:
Dorian Stoll 2023-06-16 10:35:16 +02:00
parent 7985454929
commit 9a6fd51d7d
No known key found for this signature in database
GPG key ID: F1DACD02C619442A

View file

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