Skip to content

Commit

Permalink
Update script, the file will be taken from the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Sep 1, 2024
1 parent a7c00a8 commit b57cb75
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Install / Update]
catch_errors
delete /update.bin
download https://github.com/Ansem-SoD/Picofly/raw/main/Firmwares/update.bin /config/uberhand/downloads/
move /config/uberhand/downloads/update.bin /
delete /config/uberhand/downloads
download https://api.github.com/repos/rehius/usk/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,1,browser_download_url)} /config/uberhand/downloads/app/{json_data(0,assets,1,name)}
move /config/uberhand/downloads/app/update.bin /
delete /config/uberhand/downloads

[Uninstall]
Expand Down

0 comments on commit b57cb75

Please sign in to comment.