Fix: Update typo in echo command for mkinitcpio in error message.

This commit is contained in:
iFixit 2026-07-03 14:37:18 -07:00 committed by GitHub
parent 76d5360dbe
commit 932e9b1fa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function ignore_msrs_always() {
;;
3)
echo "ERROR! User does not have update-initramfs or mkinitcpio installed, please find out respective utility to update/regenrate intiramfs."
echo "Run respective command for 'sudo update-initramfs -k all -u'(debian) or 'sudo mkinitcpio -p linux'(arch)"
echo "Run respective command for 'sudo update-initramfs -k all -u'(debian) or 'sudo mkinitcpio -P'(arch)"
exit 1
;;
esac