Categories: General

Chris Manning

Share

If while trying to install via “sh install.sh” and you receive an error for the md5sum saying it failed, do the following to the install.sh file.

Replace:

md5sum --check

with

md5 -r

 

Leave A Comment

Related Posts