From 57d667935b1926f8365fb68e5296c53d5c93c852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Sun, 22 Feb 2015 00:13:16 +0100 Subject: [PATCH] Disable --no-check-certificate flag on wget It was implemented in #258 to solve github.com's use of a wildcard certificate but it's no longer needed and it poses a security risk as commented on https://github.com/robbyrussell/oh-my-zsh/pull/3607#issuecomment-75392512 --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index d09e6b4bd..7b8771d1f 100644 --- a/README.textile +++ b/README.textile @@ -22,7 +22,7 @@ h4. via @curl@: h4. via @wget@: -@wget --no-check-certificate https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh@ +@wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh@ h4. *Optionally*, change the install directory: