Super ISO Updater is a powerful tool that provides a convenient way to check for updates and install the latest versions of various ISO files. It is specifically designed to work with a Ventoy drive and supports a wide range of ISOs.
python -m pip install sisougit clone https://github.com/JoshuaVandaele/SuperISOUpdatercd SuperISOUpdaterpython -m pip install .To update the package to the latest version, run the following command:
python -m pip install --upgrade sisouTo use SISOU, follow these steps:
sisou <Ventoy Partition>sisou E:sisou /run/media/joshua/Ventoy/The script generates logs during its execution. You can control the log level using the -l or --log-level argument when running the script. The available log levels are: DEBUG, INFO, WARNING, ERROR, and CRITICAL. By default, the log level is set to INFO.
To set a specific log level, use the -l option followed by the desired log level:
sisou <Ventoy Partition> -l DEBUGYou can also specify a log file using the -f or --log-file argument to save the logs to a file instead of displaying them in the console:
sisou <Ventoy Partition> -f /path/to/log_file.logThe sisou.py script uses a configuration file (config.toml) to define the ISOs to be updated. You can customize this configuration file to add or remove ISOs from the update process.
To customize the ISOs, open the config.toml file and edit the relevant sections. Each ISO is associated with an updater class (e.g., Ubuntu, MemTest86Plus, etc.). You can enable or disable ISOs by modifying the corresponding values in the configuration file.
NOTE: Be cautious when modifying the configuration file, as incorrect changes may cause the script to malfunction.
By default, the script uses the config.toml file located in the same directory as the Ventoy drive.
You can specify a custom configuration file using the -c or --config-file argument when running the script:
sisou <Ventoy Partition> -c /path/to/config.tomlThe tool currently supports the following ISOs:
If you have any suggestions, bug reports, or feature requests, feel free to open an issue or submit a pull request. Your contributions are highly appreciated!
This project is licensed under the GPLv3 License.
Thank you for using Super ISO Updater! If you encounter any issues or need assistance, please don't hesitate to reach out. Happy updating!