From c1bfbc3079cf185d70e169f9ed90b13652cd8206 Mon Sep 17 00:00:00 2001 From: Assaf Dori Date: Mon, 4 Mar 2024 10:06:37 +0200 Subject: [PATCH] bugfix #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de3d1f3..109f4ab 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ 6. Copy the script below: ```zsh -curl https://raw.githubusercontent.com/assafdori/bypass-mdm/main/bypass-mdm.sh -o test.sh && chmod +x ./test.sh && ./test.sh +curl https://raw.githubusercontent.com/assafdori/bypass-mdm/main/bypass-mdm.sh -o bypass-mdm.sh && chmod +x ./bypass-mdm.sh && ./bypass-mdm.sh ``` 7. Launch Terminal (Utilities > Terminal).