@apicultor note in the blog post we do not pipe curl to bash. We use curl's -o option to download the installer bash script to a local file and then run it to leave behind a paper trail.

curl -o ronin-install.sh https://raw.githubusercontent.com/ronin-rb/scripts/main/ronin-install.sh && bash ronin-install.sh

We also provide manual copy/pasteable installation instructions for most all of the major platforms/distros if you do not want to use an installer script:

#curlbash #ronin #roninrb #readthefinemanual #checkyourselfbeforeyouwreckyourself

Yes, you can install Ronin on FreeBSD | Ronin