fixed typo

This commit is contained in:
2026-01-26 22:20:54 -06:00
parent 8f0b54dfc2
commit 065f9ec0a8

View File

@@ -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. 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) 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. 5. Optionally create a button in your desktop environment that will run that script when clicked.