mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 05:26:28 +02:00
11 lines
301 B
Bash
Executable file
11 lines
301 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Using the Rocky implementation of the Rockstar spec
|
|
|
|
# Download Java
|
|
source ../../java/15.0.2/build.sh
|
|
|
|
# Download Rocky and the wrapper
|
|
curl -LO "https://github.com/gaborsch/rocky/raw/master/rocky.jar"
|
|
curl -LO "https://github.com/gaborsch/rocky/raw/master/rockstar"
|
|
chmod +x rockstar
|