I recently moved over to Linux as a platform and had some issues with getting MakeMKV installed and working properly. Tried snap and apt, but snap had permissions issues and both package installers provided version 1.15.3. This specific version seems to have a bug related to curl and will not download keys for UHD titles, so I needed to go back to 1.15.2.
After finding the instructions for compiling locally, I just decided to throw together a simple script that will download and install any version I so choose. Thought others might like to have a simple installer, so I decided to share.
![Smile :)](./images/smilies/icon_smile.gif)
Edit: Beta v0.2 released
- Users can now use "sudo sh makemkv_install.sh" to install the latest version of MakeMKV.
- Optionally, users can install an old version by providing the version number as an argument.
- Fixed issue caused by MakeMKV website reorganization.
- When installing latest on 1.15.4, it will install the 1.15.3 version of makemkv-oss because of the compilation error in 1.15.4
Chase