Update download.tsx

This commit is contained in:
mauro 🤙
2024-09-29 12:18:33 -07:00
committed by GitHub
parent 3d1b620b20
commit 5b8d4720e4

View File

@@ -192,7 +192,7 @@ export default function DownloadPage() {
}; };
const linuxAppimageBashScript = const linuxAppimageBashScript =
'bash {"<"}(curl https://updates.zen-browser.app/appimage.sh)'; 'bash <(curl https://updates.zen-browser.app/appimage.sh)';
return ( return (
<> <>