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