mirror of
https://github.com/kaboomserver/server.git
synced 2024-11-25 00:38:13 -05:00
5 lines
177 B
Bash
Executable file
5 lines
177 B
Bash
Executable file
#!/bin/sh
|
|
# Script used to fetch the latest version of Paper
|
|
|
|
mkdir -p fetched_server
|
|
curl -L https://papermc.io/api/v1/paper/1.17.1/latest/download > fetched_server/server.jar
|