Added FS2500

This commit is contained in:
pocopico
2023-06-01 21:44:53 +03:00
parent 8a68ba3591
commit 95ed84faea
2 changed files with 0 additions and 13 deletions

View File

@ -3220,17 +3220,6 @@
"misc": "https://github.com/pocopico/tcrp-addons/raw/main/misc/rpext-index.json"
}
]
},
{
"id": "endofids",
"platform_version": "endofplatforms",
"user_config_json": "endofuserconfig",
"add_extensions": [
{
"extensions": "endofextensions"
}
]
}
]
}

View File

@ -2902,8 +2902,6 @@ function getstaticmodule() {
release=$(echo $extension | jq -r -e --arg SYNOMODEL $SYNOMODEL '.releases[$SYNOMODEL]')
files=$(curl --insecure -s --location "$release" | jq -r '.files[] .url')
echo "$release $files"
for file in $files; do
echo "Getting file $file"
curl --insecure -s -O $file