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