diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26d33ea..05b031a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -234,6 +234,7 @@ jobs: # Edit the system_settings.ini file sed -i -e 's/^; fatal_auto_reboot_interval = u64!0x0/fatal_auto_reboot_interval = u64!0x1/' \ -e 's/^; power_menu_reboot_function = str!payload/power_menu_reboot_function = str!payload/' \ + -e 's/^; add_defaults_to_dns_hosts = u8!0x1/add_defaults_to_dns_hosts = u8!0x1/' \ -e 's/^; dmnt_cheats_enabled_by_default = u8!0x1/dmnt_cheats_enabled_by_default = u8!0x0/' $CONFIG_DST/system_settings.ini # Edit the exosphere.ini file diff --git a/README.md b/README.md index f40c9d9..8cac4b9 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ This project utilizes and credits the following repositories: | [masagrator/Status-Monitor-Overlay](https://github.com/masagrator/Status-Monitor-Overlay) | Status monitor overlay | | [nadrino/SimpleModManager](https://github.com/nadrino/SimpleModManager) | Simple game mod manager | | [ndeadly/MissionControl](https://github.com/ndeadly/MissionControl) | Alternative Controller support | +| [nedex/QuickNTP](https://github.com/nedex/QuickNTP) | Update clock from NTP server | | [PoloNX/SimpleModDownloader](https://github.com/PoloNX/SimpleModDownloader) | Simple game mod downloader | | [ppkantorski/Ultrahand-Overlay](https://github.com/ppkantorski/Ultrahand-Overlay) | Overlay menu for the Switch | | [proferabg/EdiZon-Overlay](https://github.com/proferabg/EdiZon-Overlay) | Overlay for EdiZon cheat manager | diff --git a/download_files.json b/download_files.json index 78628a2..f8709b9 100644 --- a/download_files.json +++ b/download_files.json @@ -69,6 +69,14 @@ } ] }, + "nedex/QuickNTP": { + "files": [ + { + "file": "QuickNTP.ovl", + "target_paths": ["release/switch/.overlays"] + } + ] + }, "WerWolv/ovl-sysmodules": { "files": [ {