Skip to content

Conversation

@povilasb
Copy link
Contributor

There was a double use of '&&' resulting in an error:

$ curl -L -o lightpanda \
    https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos &&
    && chmod a+x ./lightpanda

sh: parse error near `&&'

There was a double use of '&&' resulting in an error:

    ➜  /tmp curl -L -o lightpanda \
           https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && \
           && chmod a+x ./lightpanda

sh: parse error near `&&'
@krichprollsch
Copy link
Member

good catch! thanks!

@krichprollsch krichprollsch merged commit 914cd80 into lightpanda-io:main Oct 24, 2025
1 check passed
@povilasb povilasb deleted the fix/install-cmd branch October 24, 2025 13:11
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.

2 participants