From 9babbb28d76165fb16244710ac52a67ce1b95295 Mon Sep 17 00:00:00 2001 From: mihalycsaba <50019470+mihalycsaba@users.noreply.github.com> Date: Sat, 9 Mar 2024 14:15:16 +0200 Subject: [PATCH] cd to script location It's easier to quickly start the script if changes the working directory to the script's location. --- OpenCore-Boot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenCore-Boot.sh b/OpenCore-Boot.sh index e9db78f..ac2cc9d 100755 --- a/OpenCore-Boot.sh +++ b/OpenCore-Boot.sh @@ -17,6 +17,8 @@ # ############################################################################### +#cd to script location +cd "${0%/*}" MY_OPTIONS="+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check"