mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-06-26 14:15:22 +02:00
5 lines
No EOL
213 B
Bash
Executable file
5 lines
No EOL
213 B
Bash
Executable file
#!/bin/bash
|
|
|
|
wget -O ./data/GeyserConnect.jar https://ci.opencollab.dev//job/GeyserMC/job/GeyserConnect/job/master/lastSuccessfulBuild/artifact/target/GeyserConnect.jar --no-check-certificate
|
|
|
|
docker build -t $1 . |