NewDisplayName Posted September 7 Share Posted September 7 (edited) 33 minutes ago, trapexit said: Just download the package and install them wherever. https://github.com/trapexit/mergerfs/releases/download/2.36.0/mergerfs-static-linux_amd64.tar.gz It's just a standard tarball with statically compiled binaries. I build them every release. I came up with Quote cd /tmp wget https://github.com/trapexit/mergerfs/releases/download/2.36.0/mergerfs-static-linux_amd64.tar.gz tar -xzvf mergerfs-static-linux_amd64.tar.gz mv /tmp/usr/local/bin/mergerfs /bin rm -r /tmp/usr/ sleep 10 Edited September 7 by nuhll Quote Link to comment
NewDisplayName Posted September 7 Share Posted September 7 (edited) trape came up with a better version Quote VER=2.36.0 wget -qO- https://github.com/trapexit/mergerfs/releases/download/${VER}/mergerfs-static-linux_amd64.tar.gz | \ tar xvz -C / it installs it in usr local bin , im not quite sure if that makes a difference or not, but ill test with next restart. anyway my approch should be definitly working (but not so elegant) Edited September 7 by NewDisplayName Quote Link to comment
Rysz Posted September 11 Share Posted September 11 Feel free to test my new plugin with the latest mergerfs-2.37.1-x86_64: 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.