diff --git a/src/components/download.tsx b/src/components/download.tsx index 159b004..bdcde99 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -192,6 +192,9 @@ export default function DownloadPage() { const linuxAppimageBashScript = "bash <(curl https://updates.zen-browser.app/appimage.sh)"; + const linuxFlatpakScript = + "flatpak install flathub io.github.zen_browser.zen"; + return ( <> {selectedLinuxDownloadType === "appimage" && (
AppImage users?
+
{linuxAppimageBashScript}
-
+
+
+ Flatpak users?
++ If you're using Flatpak, you can install Zen Browser with + the following command +
+
+ {linuxFlatpakScript}
+