Skip to content

Commit

Permalink
Add NX-FanControl to Soft Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Sep 2, 2024
1 parent acbb396 commit 182b8c3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Install / Update]
catch_errors
delete /config/uberhand/downloads/app-url.json
download https://api.github.com/repos/Zathawo/NX-FanControl/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/{json_data(0,assets,0,name)}
unzip /config/uberhand/downloads/{json_data(0,assets,0,name)} /config/uberhand/downloads/app/
move /config/uberhand/downloads/app/ /
delete /config/uberhand/downloads

[Uninstall]
delete /atmosphere/contents/00FF0000B378D640
delete /switch/.overlays/Nx-FanControl.ovl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

[>MissionControl]

[>NX-FanControl]

[>Picofly Firmware]

[>nxmp]
Expand Down

0 comments on commit 182b8c3

Please sign in to comment.