From 7992a1b3d4aa9f89e79568a0de620a022446f1d9 Mon Sep 17 00:00:00 2001 From: weishanshan1084 Date: Tue, 11 Nov 2025 14:17:46 +0800 Subject: [PATCH] firefox: install transitional firefox for installing snapd and configuring the default web browser Signed-off-by: weishanshan1084 --- board/phytium/common/ubuntu-package-installer | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/phytium/common/ubuntu-package-installer b/board/phytium/common/ubuntu-package-installer index 2727d12a6..91ff05447 100755 --- a/board/phytium/common/ubuntu-package-installer +++ b/board/phytium/common/ubuntu-package-installer @@ -101,6 +101,8 @@ do_distrorfs_second_stage() { DEBIAN_FRONTEND=noninteractive apt remove --purge -y cloud-init && apt autoremove -y || true fi + DEBIAN_FRONTEND=noninteractive apt install -y firefox || true + usermod -a -G video,render,audio user #cups disable TLSv1.0 and TLSv1.1 -- Gitee