From d157b2b25a84483f0496e2805c7b36e520116def Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Sun, 1 Feb 2026 11:46:50 +0100 Subject: [PATCH] feat: add Asahi reboot script --- bin/bootasahi.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/bootasahi.sh diff --git a/bin/bootasahi.sh b/bin/bootasahi.sh new file mode 100755 index 0000000..5b9d429 --- /dev/null +++ b/bin/bootasahi.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +# +# Rebot into Asahi on next boot + +sudo bless -mount /Volumes/asahi --setBoot --nextonly && reboot