Skip to content

12.04 Chrome

bootstraponline edited this page Jul 21, 2012 · 1 revision
sudo apt-get install -y --force-yes libxss1 libnss3-1d xdg-utils ;\
URL='https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb' ;\
FILE=`mktemp`; wget "$URL" -qO $FILE; sudo dpkg -i $FILE; rm $FILE

Clone this wiki locally