From 1b10525e14592aae41a7172339c8a9ea727c174c Mon Sep 17 00:00:00 2001 From: Hugo Melo Date: Thu, 21 Aug 2014 00:17:00 -0400 Subject: [PATCH] Update curl install script For me, the curl command doesn't get the redirect page's script The install script is here: https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh but the current curl command only returns "Moved Permanently." for me. This edit works out. --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 5900c95d8..2bc63067e 100644 --- a/README.textile +++ b/README.textile @@ -15,7 +15,7 @@ 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.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh@ h4. via @wget@