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