Skip to content

Commit

Permalink
chore: Add timeout call to secure boot key enroll command to match ch…
Browse files Browse the repository at this point in the history
…anges in isogenerator (#189)
  • Loading branch information
KyleGospo authored Jan 11, 2024
1 parent 02d3900 commit c66d7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ublue-os-just/00-default.just
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ changelogs:
# Enroll Nvidia driver & KMOD signing key for secure boot - Enter password "ublue-os" if prompted
enroll-secure-boot-key:
echo 'Enter password "ublue-os" if prompted after your user password.'
sudo mokutil --import /etc/pki/akmods/certs/akmods-ublue.der
sudo mokutil --import /etc/pki/akmods/certs/akmods-ublue.der --timeout -1

# Upgrade Distrobox to the latest git version
distrobox-git:
Expand Down

0 comments on commit c66d7fd

Please sign in to comment.