Skip to content

Installing Fusera

Matt Bianchi edited this page Jul 20, 2018 · 9 revisions

This shell command downloads an install script and executes it.

The install script downloads the fusera and sracp binaries and installs them under /usr/local/bin, one of the most common places for executables to live on Linux.

It is recommended to use fusera on Ubuntu, but it can be run on most other forms of Linux and macOS. MacOS and some distro's of Linux will require their appropriate fuse utilities to be installed.

bash <(curl -fsSL https://raw.githubusercontent.com/mitre/fusera/master/install.sh)

Note: This command might have to be ran as root (sudo), depending on your setup.

Clone this wiki locally