4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
sudo efibootmgr -n 0001
|
||
|
sudo reboot
|