From 065f9ec0a85a6a1c5e59d75143e8480a64a1c8c6 Mon Sep 17 00:00:00 2001 From: Aiden Gerbrandt Date: Mon, 26 Jan 2026 22:20:54 -0600 Subject: [PATCH] fixed typo --- BootToWindows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BootToWindows.md b/BootToWindows.md index 674920c..3bbf066 100644 --- a/BootToWindows.md +++ b/BootToWindows.md @@ -22,7 +22,7 @@ sudo efibootmgr -n "${boot_number}" && reboot 3. Run `sudo chmod +x /usr/local/bin/boot-windows` to make the script executable. 4. To let `sudo efibootmgr` run without needing a password add the file `/etc/sudoers.d/efibootmgr-config` with the following text: (source: Bazzite) ``` -%wheel ALL=(root) NOPASSWDL /usr/sbin/efibootmgr +%wheel ALL=(root) NOPASSWD: /usr/sbin/efibootmgr ``` 5. Optionally create a button in your desktop environment that will run that script when clicked.