Update bypass-mdm.sh

This commit is contained in:
Assaf Dori
2024-05-08 12:40:08 +03:00
committed by GitHub
parent bb55341e25
commit 4116dfef9c

View File

@@ -15,7 +15,7 @@ echo ""
# Prompt user for choice # Prompt user for choice
PS3='Please enter your choice: ' PS3='Please enter your choice: '
options=("Bypass MDM from Recovery" "Exit") options=("Bypass MDM from Recovery" "Reboot & Exit")
select opt in "${options[@]}"; do select opt in "${options[@]}"; do
case $opt in case $opt in
"Bypass MDM from Recovery") "Bypass MDM from Recovery")