mirror of
https://github.com/pocopico/tinycore-redpill.git
synced 2025-09-15 12:51:13 +08:00
Added FS2500
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user