This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Attempt to run MATLAB installer using system Java installation, rather than | |
| # that bundled inside the installer, in an attempt to work around the | |
| # activation/download connection error: | |
| # | |
| # https://www.mathworks.com/matlabcentral/answers/92634-why-do-i-get-a-connection-error-when-installing-or-activating-matlab-or-another-mathworks-product#answer_797409 | |
| # | |
| # Tested on Ubuntu 20.04.2 LTS with openjdk-8-jre: | |
| # openjdk version "1.8.0_292" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ================================================================================ | |
| Ready, Set, Yocto! (v0.3) | |
| A short guide to getting started with Yocto | |
| using YP Rocko 2.4 the Raspberry Pi | |
| jynik | |
| ================================================================================ | |
| ------------------------------------------------- | |
| 1. Intro |