From 89e2fd1f758f3c0cafc89d460207c735f7ece872 Mon Sep 17 00:00:00 2001 From: vishvananda Date: Mon, 12 Sep 2011 07:40:47 -0700 Subject: [PATCH] fix curl for raw version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b439cf8..285d538 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you are concerned about security, nova runs just fine inside a virtual machin Use the script to install and run the current trunk. You can also specify a specific branch by putting lp:~someone/nova/some-branch after the branch command - curl -O https://github.com/vishvananda/novascript/raw/master/nova.sh + curl -OL https://raw.github.com/vishvananda/novascript/master/nova.sh chmod 755 nova.sh ./nova.sh branch ./nova.sh install