theypsilon / Update_All_MiSTer

All-in-one script for updating your MiSTer
GNU General Public License v3.0
664 stars 28 forks source link

PC Updater - Linux Issue #35

Closed RetroDriven closed 2 years ago

RetroDriven commented 3 years ago

I may be doing something wrong on my end but no matter what INI Settings I use it seems to ignore them and use the defaults. For example if I add UNOFFICIAL_UPDATER="true" to the INI it doesn't work and seems to use the default "false" value. If I use the same INI settings and use the Windows Batch script within Windows it will work as expected.

iGom commented 3 years ago

I've got the exact same isssue, update_all_linux.sh ignores update.ini entirely, but shows that it has read the file.

BIOS_GETTER="false"
MAME_GETTER="false"
HBMAME_GETTER="false"
UNOFFICIAL_UPDATER="true"
UPDATE_LINUX="false"
DOWNLOAD_BETA_CORES="true"
ARCADE_ORGANIZER_INI="update_all.ini"
ORGDIR="/media/fat/_Arcade Organized"
SKIPALTS="false"

image

theypsilon commented 2 years ago

PC Updater will be reworked with a Python version eventually.