Hi, everybody.
I want to add additional sources for "Downloader" and create following ini-file "/media/fat/downloader.ini":
Code: Select all
[bios_db]
db_url = https://raw.githubusercontent.com/BigDendy/BiosDB_MiSTer/db/bios_db.json
[arcade_roms_db]
db_url = https://raw.githubusercontent.com/BigDendy/ArcadeROMsDB_MiSTer/db/arcade_roms_db.json.zip
But after this, "update.sh" starts to update only sections which describe in "downloader.ini" (it is "bios_db" and "arcade_roms_db") only and does not update main system (Linux, _Arcade, _Console and etc.).
Is there a way to tell the"downloader" that these two sections ("bios_db", "arcade_roms_db") are additional sections and not override of the main update plan?