mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 15:46:08 -04:00
5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
git clone --depth 1 https://github.com/openjdk/jdk17u -b jdk-17.0.8-ga openjdk
|