From 35ab97ac2ac728eb22a02d4f06a5ef5094188728 Mon Sep 17 00:00:00 2001
From: mauro-balades
Date: Sun, 15 Sep 2024 15:43:35 +0200
Subject: [PATCH] Refactor DownloadPage component to fix AppImage installation
command
---
src/components/download.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/download.tsx b/src/components/download.tsx
index 50e747b..c9cfcbd 100644
--- a/src/components/download.tsx
+++ b/src/components/download.tsx
@@ -242,7 +242,7 @@ export default function DownloadPage() {
If you're using an AppImage, you can use the automatic installer, check it out{" "}
-bash <(curl https://updates.zen-browser.app/appimage.sh)
+bash {"<"}(curl https://updates.zen-browser.app/appimage.sh)
)}