When I use the quick start instructions on web page:
http://wiki.wandboard.org/index.php/Get ... _Wandboard
the following command:
mkdir ~/bin
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
returns with:
Error 404 (Not Found)
That’s an error.
That’s all we know.
Does anyone know if this is a problem with dl-ssl.google.com? or with the quick start instructions?
In any case, the following command seems to download the correct repo (last modified in 2008?)
curl http://commondatastorage.googleapis.com ... loads/repo > ~/bin/repo
Is the above the corrrect file to use?
Thanks twallace51