We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/khilnani/devops/blob/master/centos/install_chrome.sh is quite out of date (over a year old). Please update it with the latest release from http://chrome.richardlloyd.org.uk/install_chrome.sh
It may be preferable to replace it with a 3-liner script that does what the script's Web site instructions suggest:
wget http://chrome.richardlloyd.org.uk/install_chrome.sh chmod u+x install_chrome.sh ./install_chrome.sh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/khilnani/devops/blob/master/centos/install_chrome.sh is quite out of date (over a year old). Please update it with the latest release from http://chrome.richardlloyd.org.uk/install_chrome.sh
It may be preferable to replace it with a 3-liner script that does what the script's Web site instructions suggest:
wget http://chrome.richardlloyd.org.uk/install_chrome.sh
chmod u+x install_chrome.sh
./install_chrome.sh
The text was updated successfully, but these errors were encountered: