Install using curl: curl http://dl.ranfs.com/pub/rfcp/all/get.sh -o -|sh -s /usr/local/bin Install using wget: wget http://dl.ranfs.com/pub/rfcp/all/get.sh -O -|sh -s /usr/local/bin Install using powershell: $rfcp_dir="c:\rfcp";Invoke-Expression(New-Object Net.WebClient).DownloadString("http://dl.ranfs.com/pub/rfcp/all/get.ps1")