mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
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
This commit is contained in:
parent
77140a2ea7
commit
57d667935b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue