Browse Source
fix(papermc): update API URL to prevent update failures (#4728)
pull/4725/merge
Zechiax
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
lgsm/modules/update_pmc.sh
|
|
@ -33,7 +33,7 @@ fn_update_localbuild() { |
|
|
|
|
|
|
|
fn_update_remotebuild() { |
|
|
|
# Get remote build info. |
|
|
|
apiurl="https://papermc.io/api/v2/projects" |
|
|
|
apiurl="https://api.papermc.io/v2/projects" |
|
|
|
# Get list of projects. |
|
|
|
remotebuildresponse=$(curl -s "${apiurl}") |
|
|
|
# Get list of Minecraft versions for project. |
|
|
|