Skip to content
Snippets Groups Projects
Commit b246e46d authored by Xavier Morel's avatar Xavier Morel
Browse files

Fix URL to checkout script

raw.github.com redirects to raw.githubusercontent.com but curl does not follow 
redirections by default, so use the correct URL
parent 601cd0cf
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Initializing a working copy
Use the easy-setup shell script::
curl https://raw.github.com/odoo/odoo/master/checkout.sh | sh
curl https://raw.githubusercontent.com/odoo/odoo/master/checkout.sh | sh
it will will ask a few questions and create a local copy.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment