[FIX] Turns out process substitution is not POSIX

A pipe does not work because the script asks questions, and required
parameters would miss the point.
This commit is contained in:
xmo-odoo 2014-05-16 19:01:09 +02:00
parent dcf326ab61
commit 31e89ca6d0
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ Initializing a working copy
Use the easy-setup shell script::
sh <( curl https://raw.githubusercontent.com/odoo/odoo/master/checkout.sh )
curl -O https://raw.githubusercontent.com/odoo/odoo/master/checkout.sh
sh checkout.sh
it will will ask a few questions and create a local copy.