diff --git a/setup.bat b/setup.bat deleted file mode 100644 index 15f9294..0000000 --- a/setup.bat +++ /dev/null @@ -1,7 +0,0 @@ -@echo off - -mkdir libs -cd libs - -powershell -Command "Invoke-WebRequest https://ci.md-5.net/job/BungeeCord/lastSuccessfulBuild/artifact/bootstrap/target/BungeeCord.jar -OutFile BungeeCord.jar" -mvn install:install-file -Dfile=BungeeCord.jar -DgroupId=net.md-5 -DartifactId=bungeecord-proxy -Dversion=local -Dpackaging=jar \ No newline at end of file diff --git a/setup.sh b/setup.sh deleted file mode 100755 index 8b9e33a..0000000 --- a/setup.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -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 \ No newline at end of file