From f362aff8db3d222ae9d27be4f0b9facb9205f60d Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Sat, 23 Jan 2021 09:41:08 +0300 Subject: [PATCH] Update clonejdk.sh --- clonejdk.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clonejdk.sh b/clonejdk.sh index 226b21d..13870ea 100755 --- a/clonejdk.sh +++ b/clonejdk.sh @@ -1,4 +1,7 @@ #!/bin/bash set -e - +if [ "$TARGET_JDK" == "arm" ] git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch64-jdk8u openjdk +else +git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch32-jdk8u openjdk +fi