We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to test some app under El Capitan 10.11,Now the lowest version of MacOS is "catalina" 10.15 .
I added the following code to install.sh "elcapitan" | "10.11"* ) board="Mac-F2218FA9" ;;
The os recovery image down worked ,but when boot into recovery mode the novnc console do not have mouse control
So can you fix it let this amazing project support El Capitan 10.11
added the following code to install.sh "elcapitan" | "10.11"* ) board="Mac-F2218FA9" ;;
None
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your proposal related to a problem?
I want to test some app under El Capitan 10.11,Now the lowest version of MacOS is "catalina" 10.15 .
I added the following code to install.sh
"elcapitan" | "10.11"* )
board="Mac-F2218FA9" ;;
The os recovery image down worked ,but when boot into recovery mode the novnc console do not have mouse control
So can you fix it let this amazing project support El Capitan 10.11
Describe the solution you'd like.
added the following code to install.sh
"elcapitan" | "10.11"* )
board="Mac-F2218FA9" ;;
Describe alternatives you've considered.
None
Additional context
No response
The text was updated successfully, but these errors were encountered: