Search found 1 match

by badders
Tue Aug 16, 2016 9:16 am
Forum: MakeMKV for Linux
Topic: Debian-based installer script
Replies: 0
Views: 10891

Debian-based installer script

Hi All,
I've knocked together a (quite hacky) installation script, based on another I saw on here a long while ago, but with a few extra bits to automate it a little more.

Tested on Ubuntu 16.04 so far.

Please let me know if you spot any bugs I might have missed.

#!/bin/bash

function show_help ...