If you want to start over from scratch, then replace this block of code:
by:Code:cd /home/opl/ rm -r open-ps2-loader hg clone https://bitbucket.org/ifcaro/open-ps2-loader hg pull -u cd cd ~/open-ps2-loader/ make rebuild
If you want to only update your existing repository (thus faster), replaced the original code by:Code:cd /home/opl/ rm -r open-ps2-loader hg clone https://bitbucket.org/ifcaro/open-ps2-loader cd open-ps2-loader/ make rebuild
"hg pull -u" is for updating and must be done from within the local repository (open-ps2-loader), thus how it what used in your script, it was doing nothing ... more than an error:Code:cd /home/opl/open-ps2-loader hg pull -u make rebuild
For Volca repo, "warnings" are warnings, there is no problem with them.Code:abort: There is no Mercurial repository here (.hg not found)!


20Likes
LinkBack URL
About LinkBacks





You are right
I just add to many things in the same place

