From 7fe9ae553c26acf359e2073a09d795ee84205239 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Tue, 27 Aug 2024 13:00:07 +0100 Subject: [PATCH] stage3: Switch chromium package and remove unnecessary steps --- stage3/00-install-packages/00-debconf | 2 -- stage3/00-install-packages/00-packages | 2 +- stage3/00-install-packages/01-run.sh | 8 ++------ 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 stage3/00-install-packages/00-debconf diff --git a/stage3/00-install-packages/00-debconf b/stage3/00-install-packages/00-debconf deleted file mode 100644 index 7dbd12e..0000000 --- a/stage3/00-install-packages/00-debconf +++ /dev/null @@ -1,2 +0,0 @@ -# Adobe Flash Player. Copyright 1996-2015. Adobe Systems Incorporated. All Rights Reserved. -rpi-chromium-mods rpi-chromium-mods/adobe note diff --git a/stage3/00-install-packages/00-packages b/stage3/00-install-packages/00-packages index 69f8c45..002a32c 100644 --- a/stage3/00-install-packages/00-packages +++ b/stage3/00-install-packages/00-packages @@ -5,7 +5,7 @@ git policykit-1 gvfs rfkill -chromium-browser rpi-chromium-mods libwidevinecdm0 +chromium rpi-chromium-mods libwidevinecdm0 firefox rpi-firefox-mods gldriver-test fonts-droid-fallback diff --git a/stage3/00-install-packages/01-run.sh b/stage3/00-install-packages/01-run.sh index 0e8248d..7fb0f4b 100755 --- a/stage3/00-install-packages/01-run.sh +++ b/stage3/00-install-packages/01-run.sh @@ -1,9 +1,5 @@ #!/bin/bash -e -on_chroot << EOF -update-alternatives --install /usr/bin/x-www-browser \ - x-www-browser /usr/bin/chromium-browser 86 -update-alternatives --install /usr/bin/gnome-www-browser \ - gnome-www-browser /usr/bin/chromium-browser 86 - apt-mark auto python3-pyqt5 python3-opengl +on_chroot <<- EOF + apt-mark auto python3-pyqt5 python3-opengl EOF