From bfca47a782536d38de3fabb6077e6afdc40e222e Mon Sep 17 00:00:00 2001 From: LegacyGamerHD Date: Sun, 22 Nov 2020 15:30:50 +0100 Subject: [PATCH] Update build.sh --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index f6ec7d170..8259b015f 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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"