parent
3bbef57521
commit
06393c9d39
1 changed files with 3 additions and 1 deletions
|
|
@ -9,7 +9,9 @@ if [ $BOT_VERSION == "latest" ]; then
|
|||
fi
|
||||
|
||||
echo -e "Downloading JMusicBot $BOT_VERSION"
|
||||
if [ ! -f JMusicBot-$BOT_VERSION.jar ]; then
|
||||
wget https://github.com/jagrosh/MusicBot/releases/download/$BOT_VERSION/JMusicBot-$BOT_VERSION.jar
|
||||
fi
|
||||
|
||||
echo -e "Starting JMusicBot $BOT_VERSION"
|
||||
java -Dnogui=true -Dconfig=/config/config.txt -jar JMusicBot-$BOT_VERSION.jar
|
||||
|
|
|
|||
Loading…
Reference in a new issue