Skip to content

Commit

Permalink
Add sys-ftpd, QuickNTP and dvr-patches to Software Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Dec 23, 2023
1 parent cde5029 commit 2a5afd8
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@

[>SysDVR]

[dvr-patches]

[>emuiibo]

[>Amiigo]

[>Studious Pancake]

[>JKSV]

[sys-ftpd]

[QuickNTP]
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
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

0 comments on commit 2a5afd8

Please sign in to comment.