From 067469f8db9b2dd4e8ff16211fa6e57283211313 Mon Sep 17 00:00:00 2001
From: xmo-odoo <xmo-odoo@users.noreply.github.com>
Date: Fri, 16 May 2014 11:34:43 +0200
Subject: [PATCH] [FIX] quick-setup command

Prompts don't work with curl | sh as the stdin gets filled with the nothing out of curl
---
 doc/git.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/git.rst b/doc/git.rst
index 5bf9b47a1e6f..1425689238e7 100644
--- a/doc/git.rst
+++ b/doc/git.rst
@@ -7,7 +7,7 @@ Initializing a working copy
 
 Use the easy-setup shell script::
 
-    curl https://raw.githubusercontent.com/odoo/odoo/master/checkout.sh | sh
+     sh <( curl https://raw.githubusercontent.com/odoo/odoo/master/checkout.sh )
 
 it will will ask a few questions and create a local copy.
 
-- 
GitLab