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