Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support macOS for downloading #637

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 7, 2023

  1. Support macOS for downloading

    MacOS doesn't have an `md5check` command, so we need to execute the `md5` command for each file separately. The Linux path should act the same as before.
    macshonle committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c1b9729 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Allow downloads to be continued

    Add a more obvious place for people to paste in their URL (if they want to edit the script)
    Sanity check the URL before proceeding
    Provide earlier feedback when large files are being checksumed
    macshonle committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b02220c View commit details
    Browse the repository at this point in the history
  2. Fix chmod x bits

    The .py script should be executable, while the README should not
    macshonle committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ef497fd View commit details
    Browse the repository at this point in the history