Commit Graph

10 Commits

Author SHA1 Message Date
Kevin Ruffin
fcb1043dbc Adds a readme with some basic instructions. 2024-02-16 12:43:50 -05:00
Kevin Ruffin
f631a23ae8 Fixes the md5 check so that it only runs if it was able to download the
checksum file and parse it. Also changes a failing checksum to move the
file to the same name with a .bk extension.
2022-03-06 21:17:29 -05:00
Kevin Ruffin
994883c588 Adds creating a checksum file and verifying the download with it to the
bash script. Right now it removes the file if it doesn't match the
checksum, but should probably do something like rename it or just output
that it doesn't pass.
2022-02-19 22:20:35 -05:00
Kevin Ruffin
b2a34ab235 Adds in logging messages to the generated script. Has it store files in
OS and language folders.
2022-02-18 17:50:08 -05:00
Kevin Ruffin
89fad8b62b No longer needs to download the checksum to get the file name. Does a
HEAD request on the installer and uses the file name on the url path
after redirects to name it. Also adds downloading the xml checksum.
2022-02-18 12:47:13 -05:00
Kevin Ruffin
855e7ff186 Starts to build the bash script now. Needs to be more resiliant tho. 2022-02-18 00:58:26 -05:00
Kevin Ruffin
4b22e35c3b Can pull products, all installer links and the download + checksum
links.
2022-02-17 22:33:45 -05:00
Kevin Ruffin
6b1ec66ef3 Fixes error where the "owned" attribute should be capitalized to
indicate it is public.
2022-02-17 21:51:54 -05:00
Kevin Ruffin
e3e6c2d0c4 Adds saving the token to a file for reuse. Adds logging in via a webview
and reading the auth token out of the browser view to finish the auth
dance.
2022-02-17 21:33:39 -05:00
Kevin Ruffin
f502f51e59 Initial commit. 2022-02-17 20:12:44 -05:00