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