Update build.sh

This commit is contained in:
LegacyGamerHD
2020-11-22 15:30:50 +01:00
committed by GitHub
parent f2563e1f76
commit bfca47a782

View File

@@ -14,7 +14,7 @@ if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then
if [ -d "Minecraft" ]; then
rm Minecraft/ -r
fi
git clone https://github.com/Akarin-project/Minecraft.git
git clone https://github.com/LegacyGamerHD/Minecraft.git
fi
cd "$paperbasedir"