Skip to content

Instantly share code, notes, and snippets.

@dennyhalim
Created July 28, 2009 05:53
Show Gist options
  • Save dennyhalim/156959 to your computer and use it in GitHub Desktop.
Save dennyhalim/156959 to your computer and use it in GitHub Desktop.
#wget http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/LATEST -O chromium.ver
wget http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/21827/chrome-linux.zip
unzip chrome-linux.zip
#!/bin/sh
cd ~
rm winetricks
wget http://www.kegel.com/wine/winetricks
sh winetricks msxml3 allfonts firefox flash winxp
#http://www.google.com/chrome/eula.html?standalone=1
#http://www.filehippo.com/download_google_chrome/
wget http://gpdl.google.com/chrome/install/172.37/chrome_installer.exe
wine chrome_installer.exe
#run chrome:
#wine "$HOME/.wine/drive_c/windows/profiles/$USER/Local Settings/Application Data/Google/Chrome/Application/chrome.exe" --no-sandbox --new-http
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment