AlexxandreFS / Batocera.PLUS

138 stars 44 forks source link

Script error #57

Open borny20100 opened 3 years ago

borny20100 commented 3 years ago

Hi Alexandre ,

First , sorry for my english ... but it's easier than Portuguese

So , i follow your instructions to make a new image.

I put de latest version of batocera (V29 X64) in folder /img.

I modify the lines 30 and 31 in the script

IMG_OFICIAL_NORMAL='img/batocera-29-x86_64-20201203.img.gz' IMG_OFICIAL_NVIDIA='img/batocera-29-x86_64-20201203.img.gz'

And save the file.

But when execute the script , i receive this message :

~/Bureau/BatoPlus/Batocera.PLUS$ ./build-batocera.plus

./build-batocera.plus: 47: ./build-batocera.plus: Syntax error: "(" unexpected

I am under LinuxMint 19.3

Thanks for your answer

AlexxandreFS commented 3 years ago

No problem writing in English. don't worry because my english isn't good either, but i can understand everything.

Batocera.PLUS is compiled in Batocera.PLUS itself. Use the previous version of Batocera.PLUS 2.0 or higher to compile, do not compile using LinuxMint as the script will fail because it does not have all the dependencies to compile.

Do not change the version of the image that comes by default in the script, the links to download the image are in the build script. https://github.com/AlexxandreFS/Batocera.PLUS/blob/master/build-batocera.plus#L28

In the future I will make the compilation script download the images from the official batocera automatically during compilation.