Initial commit

This commit is contained in:
2022-12-18 16:09:12 +00:00
commit 4b12a2b12a
5 changed files with 232 additions and 0 deletions

12
start.sh Executable file
View File

@@ -0,0 +1,12 @@
#/bin/bash
if [ -f /config.txt ]; then
echo "configuration file found"
mv /config.txt .
fi
if [ ! -f JMusicBot-${VERSION}.jar ]; then
wget https://github.com/jagrosh/MusicBot/releases/download/${VERSION}/JMusicBot-${VERSION}.jar
fi
java -Dnogui=true -jar JMusicBot-${VERSION}.jar