Skip to content
New issue

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

Installation via wget #15

Closed
jakoch opened this issue Jan 5, 2012 · 3 comments
Closed

Installation via wget #15

jakoch opened this issue Jan 5, 2012 · 3 comments

Comments

@jakoch
Copy link

jakoch commented Jan 5, 2012

This is a shell one-liner for direct installation from github.
Please update readme accordingly. Thanks!

wget https://raw.github.com/rackerhacker/MySQLTuner-perl/master/mysqltuner.pl --no-check-certificate

Best, Jens

@major
Copy link
Owner

major commented Feb 22, 2014

Why do that when wget mysqltuner.pl works?

@major major closed this as completed Feb 22, 2014
@theNailz
Copy link

theNailz commented Mar 5, 2014

wget mysqltuner.pl does not work with wget versions < 1.14, which is still used on many systems.

user@database01:~# wget mysqltuner.pl
--2014-03-05 14:03:06--  http://mysqltuner.pl/
Resolving mysqltuner.pl... 217.70.184.38
Connecting to mysqltuner.pl|217.70.184.38|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://raw.github.com/major/MySQLTuner-perl/master/mysqltuner.pl [following]
--2014-03-05 14:03:06--  https://raw.github.com/major/MySQLTuner-perl/master/mysqltuner.pl
Resolving raw.github.com... 185.31.16.133
Connecting to raw.github.com|185.31.16.133|:443... connected.
ERROR: certificate common name “www.github.com” doesn’t match requested host name “raw.github.com”.
To connect to raw.github.com insecurely, use ‘--no-check-certificate’.

See also:
Hexxeh/rpi-update#65
netz98/n98-magerun#75

Perhaps you could use a different server for the hosting instead of raw.github.com?

@major
Copy link
Owner

major commented Mar 5, 2014

@theNailz I'm using GitHub to host the download mainly because it's easy and GitHub is already the canonical source for the script. I'm open to suggestions. ;)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants