diff --git a/clonejdk.sh b/clonejdk.sh index 496e330..3ace8b3 100755 --- a/clonejdk.sh +++ b/clonejdk.sh @@ -1,4 +1,4 @@ #!/bin/bash set -e -git clone --depth 1 --single-branch jdk16.0.1 https://github.com/openjdk/jdk16u openjdk +git clone --depth 1 --branch jdk16.0.1 https://github.com/openjdk/jdk16u openjdk