adding downloads

This commit is contained in:
Mylloon 2021-08-14 15:40:03 +02:00
parent 386d6371b9
commit 374445b7d6
3 changed files with 10 additions and 0 deletions

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# Docker image for the [bot discord "Kassoubot"](https://gitlab.com/ConfrerieDuKassoulait/KassouBot)
## To use the docker image
Simply use this image: `registry.gitlab.com/confreriedukassoulait/lavalink:latest`
## To use locally
Run `download.bat` if you are on Windows or `download.sh` if on Linux.
It will download the Lavalink.jar server.

1
download.bat Normal file
View file

@ -0,0 +1 @@
powershell -command "Invoke-WebRequest -Uri https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar -OutFile Lavalink.jar"

1
download.sh Normal file
View file

@ -0,0 +1 @@
curl -Lo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar