This commit is contained in:
Sotr
2018-05-22 23:05:37 +08:00
parent 8e5efb9f8b
commit 95568c6c70

View File

@@ -12,6 +12,9 @@ if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then
(
if [ "$2" == "--remote" ] || [ "$3" == "--remote" ] || [ "$4" == "--remote" ]; then
cd "$paperworkdir"
if [ ! -d "Minecraft" ]; then
rm Minecraft/ -r
fi
git clone https://github.com/Akarin-project/Minecraft.git
fi