Skip to content

Commit

Permalink
updated thunderstore API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmiller committed Apr 10, 2024
1 parent c84cf48 commit fa6f202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM ubuntu:focal

# version of this build
ENV phvalheimVersion=2.13
ENV phvalheimVersion=2.14

# me
LABEL maintainer="Brian Miller <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion container/engine/tools/tsSyncLocalParse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

#echo
echo "`date` [NOTICE : phvalheim] Downloading Thunderstore's Valheim database..."
curl -s -X GET "https://valheim.thunderstore.io/api/v1/package/" -H "accept: application/json" |jq '.[]' > $tsWIP/json
curl -s -X GET "https://thunderstore.io/c/valheim/api/v1/package/" -H "accept: application/json" |jq '.[]' > $tsWIP/json
errorSetter $?


Expand Down

0 comments on commit fa6f202

Please sign in to comment.