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

Install through Homebrew without URL #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant