Occasionally this may be useful.  


Acquire a root shell via   sudo su - root   then copy and paste the lines 

below en-masse in your terminal.  It is basically a script.



cd ~/Downloads

curl -L -o chrome.pkg https://dl.google.com/dl/chrome/mac/universal/stable/gcem/GoogleChrome.pkg 

installer -pkg chrome.pkg -target /

rm -f chrome.pkg