mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-04 08:05:59 -04:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
hg clone http://hg.openjdk.java.net/mobile/jdk9 openjdk
|
|
cd openjdk
|
|
bash ./get_source.sh
|