Often one may have a clean server without root. Building everything from source is okay but I recently found the treasure of binary builder artifacts at https://github.com/JuliaBinaryWrappers. I wrote an install script for installing git
, ffmpeg
and imagemagick
using the prebuilt binaries.
My question is, is this usage fair or as intended? If so, can I submit prs to binary builder so that more softwares are supported?