Created
October 25, 2017 02:05
-
-
Save hannesbe/844ab5c5c9eb909e865fcffe6760f20e to your computer and use it in GitHub Desktop.
Update GRUB to reboot into Windows once
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env xdg-open | |
| # | |
| # save as ~/Desktop/reboot-into-windows.desktop | |
| # | |
| [Desktop Entry] | |
| Version=1.0 | |
| Type=Application | |
| Terminal=false | |
| Exec=sh -c 'gksu "sudo grub-reboot 'osprober-efi-4C8A-18B4'" && gnome-session-save --shutdown-dialog' | |
| Name=Reboot into Windows | |
| Icon=gnome-panel-launcher | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment