For 32-bit systems:
 
wget -c dl.google com/linux/direct/google-chrome-stable_current_i386.deb
 
sudo dpkg -i google-chrome-*.deb
 
sudo apt-get install -f
 
For 64-bit systems:
 
wget -c wget dl.google com/linux/direct/google-chrome-stable_current_amd64.deb
 
sudo dpkg -i google-chrome-*.deb
 
sudo apt-get install -f