File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ oxidesdtdlatestlink=$(curl --connect-timeout 10 -sL https://api.github.com/repos
105105# Valheim Plus
106106valheimpluslatestlink=$( curl --connect-timeout 10 -sL https://api.github.com/repos/Grantapher/ValheimPlus/releases/latest | jq -r ' .assets[]|select(.browser_download_url | contains("UnixServer.tar.gz")) | .browser_download_url' )
107107# Valheim BepInEx
108- bepinexvhlatestlink=$( curl --connect-timeout 10 -sL " https://valheim. thunderstore.io/api/experimental/package/denikson/BepInExPack_Valheim/" -H " accept: application/json" | jq -r ' .latest.download_url' )
108+ bepinexvhlatestlink=$( curl --connect-timeout 10 -sL " https://thunderstore.io/api/experimental/package/denikson/BepInExPack_Valheim/" -H " accept: application/json" | jq -r ' .latest.download_url' )
109109
110110# Define mods information (required)
111111
You can’t perform that action at this time.
0 commit comments