I'm trying to install this program from GitHub called Backbox-Anonymous.
However I couldn't find any installation guide among the documentation. Can someone explain to me how to install it please?
I'm trying to install this program from GitHub called Backbox-Anonymous.
However I couldn't find any installation guide among the documentation. Can someone explain to me how to install it please?
Murphy’s answer is pretty much correct, but I would suggest installing the binary in /usr/local/sbin instead since it’s not packaged. (Outside of /usr/local, /usr should ideally contain only packaged software.)
If you have a shell open in the blackbox-anonymous directory, the installation process boils down to
sudo cp etc/default/blackbox-anonymous /etc/default/ sudo install usr/sbin/anonymous /usr/local/sbin The latter will ensure that the script is executable.
You just copy the files to the directories /usr/sbin and /etc/default, as they are placed in the project. Make sure to set executable permissions for /usr/sbin/anonymous.