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 ( <>