2021-03-23 03:53:36 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2021-05-05 12:45:33 +02:00
|
|
|
# Using the Rocky implementation of the Rockstar spec
|
2021-03-23 03:53:36 +01:00
|
|
|
|
2021-05-05 12:45:33 +02:00
|
|
|
# Download Java
|
|
|
|
source ../../java/15.0.2/build.sh
|
2021-03-23 03:53:36 +01:00
|
|
|
|
2021-05-05 12:45:33 +02:00
|
|
|
# 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
|