From f2702fbe3a7bf0fdadd032661465e8c818a32fbc Mon Sep 17 00:00:00 2001 From: aadit Date: Wed, 11 Jun 2025 11:44:19 +0530 Subject: [PATCH] Update tools.sh --- tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.sh b/tools.sh index 208442c..b35e245 100644 --- a/tools.sh +++ b/tools.sh @@ -20,7 +20,7 @@ sudo apt install -y zotero # Install and run Zen Browser using Flatpak echo "Installing Zen Browser..." # The -y flag automatically confirms the installation -flatpak install -y flathub app.zen_browser.zen +bash <(curl -s https://updates.zen-browser.app/install.sh) echo "Launching Zen Browser..." flatpak run app.zen_browser.zen