[ci skip]

This commit is contained in:
Sotr
2018-05-22 22:49:27 +08:00
parent e8f331787e
commit 2166445add

View File

@@ -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