PlayerBalancer/setup.sh

7 lines
269 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2017-09-15 17:49:57 +02:00
mkdir libs
cd libs
wget https://ci.md-5.net/job/BungeeCord/lastSuccessfulBuild/artifact/bootstrap/target/BungeeCord.jar
mvn install:install-file -Dfile=BungeeCord.jar -DgroupId=net.md-5 -DartifactId=bungeecord-proxy -Dversion=local -Dpackaging=jar