From 152a751342d678a90dd8597e512c1d07f72e9477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Thu, 19 Feb 2015 15:48:29 +0100 Subject: [PATCH] Revert usage of install.ohmyz.sh URL, until HTTPS support. This reverts commit b6cbba9dfee5985232b473e94595c2fb1ab83715. --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index 09cff213..d09e6b4b 100644 --- a/README.textile +++ b/README.textile @@ -18,11 +18,11 @@ You can install this via the command-line with either @curl@ or @wget@. h4. via @curl@: -@curl -L http://install.ohmyz.sh | sh@ +@curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh@ h4. via @wget@: -@wget --no-check-certificate http://install.ohmyz.sh -O - | sh@ +@wget --no-check-certificate https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh@ h4. *Optionally*, change the install directory: