From 2166445add37efac03dd66b04ba503cbed622685 Mon Sep 17 00:00:00 2001 From: Sotr Date: Tue, 22 May 2018 22:49:27 +0800 Subject: [PATCH] [ci skip] --- scripts/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/build.sh b/scripts/build.sh index 21c529f8d..f826142c1 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -11,6 +11,9 @@ 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