5 lines
119 B
Bash
Executable file
5 lines
119 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#
|
|
# Rebot into Asahi on next boot
|
|
|
|
sudo bless -mount /Volumes/asahi --setBoot --nextonly && reboot
|