Skip to content

Conversation

@x3rAx
Copy link

@x3rAx x3rAx commented Jun 1, 2021

Hi,

first of all: THANKS FOR THIS GREAT TOOL ❤️

Now to the PR:

pup is available directly through brew install pup.

Homebrew is also available for Linux but using the URL fails in two ways:

  1. Homebrew refuses to download the installer:

    $ brew install https://raw.githubusercontent.com/EricChiang/pup/master/pup.rb
    Traceback (most recent call last):
    `brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of pup formula file from an arbitrary URL is unsupported!  (UsageError)
    `brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of pup formula file from an arbitrary URL is unsupported!  (UsageError)
  2. The Linux binaries are missing from the install script provided by the URL so
    even if you first download it manually, the installed binary is not for Linux

`pup` is available directly through `brew install pup`.

Homebrew is also available for Linux but using the URL fails in two ways:

1. Homebrew refuses to download the installer:

    ```txt
    $ brew install https://raw.githubusercontent.com/EricChiang/pup/master/pup.rb
    Traceback (most recent call last):
    `brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of pup formula file from an arbitrary URL is unsupported!  (UsageError)
    `brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of pup formula file from an arbitrary URL is unsupported!  (UsageError)
    ```

2. The Linux binaries are missing from the install script provided by the URL so
   even if you first download it manually, the installed binary is not for Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant