Skip to content

pixi-pack executable should work with a pipe #231

@mattymo

Description

I want to be able to do this:

   curl http://artifactory.mycompany/repo/my-pixi-pack.sh | bash

This doesn't work as-is because the self-extracting file uses grep and sed to read lines between two markers in the file to mark where the archive is and pixi pack is.

A workaround could be to use cat to read all of the remaining script from stdin, write that to a temp file, then act on them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions