[Bleeding] TEST

This commit is contained in:
Sotr
2018-05-22 23:00:20 +08:00
parent 2166445add
commit 8e5efb9f8b
2 changed files with 2 additions and 5 deletions

View File

@@ -11,15 +11,12 @@ if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then
echo "[Akarin] Setup Paper.."
(
if [ "$2" == "--remote" ] || [ "$3" == "--remote" ] || [ "$4" == "--remote" ]; then
if [ -d "Minecraft" ]; then
rm Minecraft/ -r
fi
cd "$paperworkdir"
git clone https://github.com/Akarin-project/Minecraft.git
fi
cd "$paperbasedir"
./paper jar
./paper patch
)
fi