-
-
Save bran921007/55f0c7cdb8333c7e94aa to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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