Skip to content

Commit

Permalink
fix select macos
Browse files Browse the repository at this point in the history
  • Loading branch information
baopahn committed Apr 8, 2021
1 parent 67a4818 commit b1ab068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ToolCreateEFI/download_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ oc_version="0.6.7"
. ./src/macOSVersion.txt
echo "Select macOS version:"
echo
PS3='Select model wifi: '
PS3='Select macOS: '
select opt_macOS in "${MODELMACOS[@]}"
do
for i in "${!MODELMACOS[@]}"; do
Expand Down

0 comments on commit b1ab068

Please sign in to comment.