-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sys-ftpd, QuickNTP and dvr-patches to Software Installer
- Loading branch information
1 parent
cde5029
commit 2a5afd8
Showing
4 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
Sources/OCBundle/switch/.packages/Software Installer/QuickNTP/config.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[Install / Update] | ||
catch_errors | ||
delete /config/uberhand/downloads/app-url.json | ||
download https://api.github.com/repos/nedex/QuickNTP/releases?per_page=1&sort=created&order=desc /config/uberhand/downloads/app-url.json | ||
json_data /config/uberhand/downloads/app-url.json | ||
download {json_data(0,assets,0,browser_download_url)} /config/uberhand/downloads/app/{json_data(0,assets,0,name)} | ||
move /config/uberhand/downloads/app/ /switch/.overlays/ | ||
delete /config/uberhand/downloads | ||
|
||
[Uninstall] | ||
delete /switch/.overlays/QuickNTP.ovl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,16 @@ | |
|
||
[>SysDVR] | ||
|
||
[dvr-patches] | ||
|
||
[>emuiibo] | ||
|
||
[>Amiigo] | ||
|
||
[>Studious Pancake] | ||
|
||
[>JKSV] | ||
|
||
[sys-ftpd] | ||
|
||
[QuickNTP] |
11 changes: 11 additions & 0 deletions
11
Sources/OCBundle/switch/.packages/Software Installer/dvr-patches/config.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[Install / Update] | ||
catch_errors | ||
delete /config/uberhand/downloads/app-url.json | ||
download https://api.github.com/repos/exelix11/dvr-patches/releases?per_page=1&sort=created&order=desc /config/uberhand/downloads/app-url.json | ||
json_data /config/uberhand/downloads/app-url.json | ||
download {json_data(0,assets,0,browser_download_url)} /config/uberhand/downloads/app/{json_data(0,assets,0,name)} | ||
move /config/uberhand/downloads/app/ / | ||
delete /config/uberhand/downloads | ||
|
||
[Uninstall] | ||
delete /atmosphere/exefs_patches/am |
12 changes: 12 additions & 0 deletions
12
Sources/OCBundle/switch/.packages/Software Installer/sys-ftpd/config.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Install / Update] | ||
catch_errors | ||
delete /config/uberhand/downloads/app-url.json | ||
download https://api.github.com/repos/cathery/sys-ftpd/releases?per_page=1&sort=created&order=desc /config/uberhand/downloads/app-url.json | ||
json_data /config/uberhand/downloads/app-url.json | ||
download {json_data(0,assets,0,browser_download_url)} /config/uberhand/downloads/app/{json_data(0,assets,0,name)} | ||
move /config/uberhand/downloads/app/ / | ||
delete /config/uberhand/downloads | ||
|
||
[Uninstall] | ||
delete /atmosphere/contents/420000000000000E | ||
delete /config/sys-ftpd |