Moved scripts

This commit is contained in:
2015-02-04 23:38:22 +01:00
parent 0bee7afa7c
commit c3c1fde15f
6 changed files with 107 additions and 0 deletions

13
scripts/windows Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# Acquire root
if [ $EUID != 0 ]; then
sudo "$0" "$@"
exit $?
fi
# Set bootnext
efibootmgr --bootnext 0000 #0000 is windows bootloader
# Reboot
systemctl reboot