Skip to content

Instantly share code, notes, and snippets.

@bran921007
Forked from jhonnrodr/Chrome Centos 6.5 Install
Last active August 29, 2015 14:14
Show Gist options
  • Save bran921007/55f0c7cdb8333c7e94aa to your computer and use it in GitHub Desktop.
Save bran921007/55f0c7cdb8333c7e94aa to your computer and use it in GitHub Desktop.
sudo yum install wget
wget http://chrome.richardlloyd.org.uk/install_chrome.sh
chmod u+x install_chrome.sh
./install_chrome.sh
execute "Please start Google Chrome as a normal user."
Open /opt/google/chrome folder
open google-chrome file or vi google-chrome
exec -a "$0" "$HERE/chrome" "$@"
for:
exec -a "$0" "$HERE/chrome" "$@" --user-data-dir $HOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment