Update download.tsx
This commit is contained in:
@@ -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 (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user