Skip to content

Conversation

@5vg
Copy link

@5vg 5vg commented Nov 22, 2025

before:

$ curl -fsSL https://github.com/zen-browser/updates-server/raw/refs/heads/main/install.sh | sh
sh: 3: set: Illegal option -o pipefail

after:

$ curl -fsSL https://github.com/zen-browser/updates-server/raw/refs/heads/main/install.sh | bash
Welcome to Zen tarball installer, just chill and wait for the installation to complete!
[...]
Done, and done, have fun! 🐷

#239

5vg added 2 commits November 22, 2025 06:11
before:
```
$ curl -fsSL https://github.com/zen-browser/updates-server/raw/refs/heads/main/install.sh | sh
sh: 3: set: Illegal option -o pipefail
```

after:
```
$ curl -fsSL https://github.com/zen-browser/updates-server/raw/refs/heads/main/install.sh | bash
Welcome to Zen tarball installer, just chill and wait for the installation to complete!
[...]
Done, and done, have fun! 🐷
```

zen-browser#239

Signed-off-by: alex <alex@5.vg>
@5vg 5vg changed the title Change install script execution from sh to bash Change install script execution from sh to user defined shell Nov 22, 2025
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