Fix for issue #265 - Added simple install script to be used with curl or wget and bash
Created by: marcus-oscarsson
Hey
Simple install script to be used with curl or wget and bash, currently only for Debian packages, that means Debian, and Ubuntu like systems. The system packages also needs to be fairly recent. Can easily be adapted to rpm based systems.
Usage:
curl -o- https://raw.githubusercontent.com/mxcube/mxcube3/master/debian_install.sh | bash
wget -qO- https://raw.githubusercontent.com/mxcube/mxcube3/master/debian_install.sh | bash
Related to issue #265 (closed)
Cheers, Marcus