Speed up OpenJDK clone time

This commit is contained in:
Tran Khanh Duy 2020-11-01 09:05:54 +07:00 committed by GitHub
parent 8b2612ce88
commit 70d8b94e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/bash
set -e
git clone https://github.com/PojavLauncherTeam/openjdk-aarch64-jdk8u openjdk
git clone --depth 1 https://github.com/PojavLauncherTeam/openjdk-aarch64-jdk8u openjdk