Skip to content

Change install script execution from sh to user defined shell#240

Merged
mr-cheffy merged 2 commits intozen-browser:mainfrom
5vg:main
Jan 20, 2026
Merged

Change install script execution from sh to user defined shell#240
mr-cheffy merged 2 commits intozen-browser:mainfrom
5vg:main

Conversation

@5vg
Copy link
Copy Markdown
Contributor

@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
@mr-cheffy mr-cheffy merged commit 76a00a2 into zen-browser:main Jan 20, 2026
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