From 805c53ae9cbf40ce4e55db7664e54a06864e6942 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 2 Jun 2026 20:03:28 -0400 Subject: [PATCH] fix: call bash explicitly for tarball installation --- content/docs/guides/install-linux.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/guides/install-linux.mdx b/content/docs/guides/install-linux.mdx index be1663cb..3b5d3773 100644 --- a/content/docs/guides/install-linux.mdx +++ b/content/docs/guides/install-linux.mdx @@ -16,7 +16,7 @@ Your profile for Flatpak version of Zen will be available in `~/.var/app/app.zen Zen provides install scripts that will install the browser directly to your home directory. Run this command from your terminal: ``` -curl -fsSL https://github.com/zen-browser/updates-server/raw/refs/heads/main/install.sh | $SHELL +curl -fsSL https://github.com/zen-browser/updates-server/raw/refs/heads/main/install.sh | bash ``` Zen will be installed in `~/.tarball-installations/zen`. @@ -24,7 +24,7 @@ Zen will be installed in `~/.tarball-installations/zen`. You can also use the script below to install Twilight version of Zen, which built freshly every night and contained the latest changes. You can use Zen Twilight to try new features, [catch bugs and report them](https://github.com/zen-browser/desktop/issues) before it arrived on regular Beta builds! ``` -curl -fsSL https://github.com/zen-browser/updates-server/raw/refs/heads/main/install-twilight.sh | $SHELL +curl -fsSL https://github.com/zen-browser/updates-server/raw/refs/heads/main/install-twilight.sh | bash ``` Zen Twilight will be installed in `~/.tarball-installations/zen-twilight`.