mirror of
https://github.com/assafdori/bypass-mdm.git
synced 2026-04-19 10:34:57 +00:00
Update bypass-mdm.sh
This commit is contained in:
@@ -15,7 +15,7 @@ echo ""
|
||||
|
||||
# Prompt user for choice
|
||||
PS3='Please enter your choice: '
|
||||
options=("Bypass MDM from Recovery" "Exit")
|
||||
options=("Bypass MDM from Recovery" "Reboot & Exit")
|
||||
select opt in "${options[@]}"; do
|
||||
case $opt in
|
||||
"Bypass MDM from Recovery")
|
||||
|
||||
Reference in New Issue
Block a user