From e05364082d4d9b9cc5c48e1294204f81e88d7d91 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Sun, 12 Oct 2025 18:08:45 +0200 Subject: [PATCH] ubuntu: update experimental zen browser version --- distribution/ubuntu/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/ubuntu/install.sh b/distribution/ubuntu/install.sh index a729a7b..5869273 100644 --- a/distribution/ubuntu/install.sh +++ b/distribution/ubuntu/install.sh @@ -180,7 +180,7 @@ extra_init() { fi # TODO: Install zen browser using official :) snap - export ZEN_VERSION="1.15.2b" + export ZEN_VERSION="1.16.4b" zen_browser=$(which zen-browser >/dev/null 2>&1) if [ $? -ne 0 ]; then echo -ne "zen-browser"