Closed aceventurapetdetective4 closed 2 years ago
There are two options:
config.yml.default
accordingly.config.yml.default
has to be adjusted accordingly.I looked in your repository, you are making some mistakes there:
RUN wget https://zipproth.de/Brainfish/Cerebellum_Light_3Merge_200916.7z -O Cerebellum.zip
In this line you are trying to simply turn the .7z file into a .zip file, this cannot work. The line must look like this: RUN wget https://zipproth.de/Brainfish/Cerebellum_Light_3Merge_200916.7z -O Cerebellum.7z
p7zip
to handle it. So you have to add it in line 4. It should look like this: RUN apt-get update && apt-get upgrade -y && apt-get install -y wget unzip python3 python3-pip p7zip
RUN 7zr e Cerebellum.7z && rm Cerebellum.7z
Now you are done and the book is under the name 'Cerebellum3Merge.bin' in the directory of BotLi. Your books
section in config.yml.default
could then look like this:
books:
Cerebellum3Merge: "Cerebellum3Merge.bin"
thanks
how to setup a cloud link to the relevent opening and setting to the directory