From 5b8d4720e4c09b3e65d342d42dbc70d3fb5b7183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= <91018726+mauro-balades@users.noreply.github.com> Date: Sun, 29 Sep 2024 12:18:33 -0700 Subject: [PATCH] Update download.tsx --- 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 a12bf2a..8f352b0 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -192,7 +192,7 @@ export default function DownloadPage() { }; const linuxAppimageBashScript = - 'bash {"<"}(curl https://updates.zen-browser.app/appimage.sh)'; + 'bash <(curl https://updates.zen-browser.app/appimage.sh)'; return ( <>