mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-10-31 23:19:20 +00:00
7 lines
216 B
Bash
Executable file
7 lines
216 B
Bash
Executable file
#!/bin/bash
|
|
rm -rfv buildtools_tmp/
|
|
mkdir buildtools_tmp
|
|
cd buildtools_tmp
|
|
wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar
|
|
java -jar BuildTools.jar --rev 1.8.8
|