diff options
-rw-r--r-- | bin/.gitattributes | 2 | ||||
-rwxr-xr-x | bin/grub-reboot-into-windows (renamed from bin/reboot-into-windows) | 0 | ||||
-rw-r--r-- | etc/sudoers | 2 | ||||
-rw-r--r-- | share/grub-reboot-into-windows.desktop (renamed from share/reboot-into-windows.desktop) | 4 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/.gitattributes b/bin/.gitattributes index c9f8ef4..713687e 100644 --- a/bin/.gitattributes +++ b/bin/.gitattributes @@ -1 +1 @@ -reboot-into-windows text eol=lf +grub-reboot-into-windows text eol=lf diff --git a/bin/reboot-into-windows b/bin/grub-reboot-into-windows index a6584b9..a6584b9 100755 --- a/bin/reboot-into-windows +++ b/bin/grub-reboot-into-windows diff --git a/etc/sudoers b/etc/sudoers index 4bb7722..a1fefad 100644 --- a/etc/sudoers +++ b/etc/sudoers @@ -1 +1 @@ -ALL ALL=(ALL) NOPASSWD: /usr/bin/reboot-into-windows +ALL ALL=(ALL) NOPASSWD: /usr/bin/grub-reboot-into-windows diff --git a/share/reboot-into-windows.desktop b/share/grub-reboot-into-windows.desktop index 122ed82..e0c4d6c 100644 --- a/share/reboot-into-windows.desktop +++ b/share/grub-reboot-into-windows.desktop @@ -3,6 +3,6 @@ Type=Application Name=Reboot into Windows Comment=Use grub-reboot to reboot into Windows Terminal=false -Exec=sudo reboot-into-windows -Icon=/usr/share/reboot-into-windows/icon.svg +Exec=sudo grub-reboot-into-windows +Icon=/usr/share/grub-reboot-into-windows/icon.svg Categories=System |