Skip to content

Commit

Permalink
Update clonejdk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie authored Nov 7, 2024
1 parent 259bc59 commit bdb04bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clonejdk.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
set -e

git clone --branch "jdk-22+36" --depth 1 https://github.com/openjdk/jdk.git openjdk
git clone https://github.com/openjdk/jdk.git openjdk
cd openjdk
git checkout pull/20677

0 comments on commit bdb04bc

Please sign in to comment.