Created
July 28, 2009 05:53
-
-
Save dennyhalim/156959 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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