From 7f0b3605be0c89c5226e34dad722e0da9a0f993a Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Tue, 9 Dec 2025 16:48:15 -0500 Subject: [PATCH] Replaced Firefox with Chromium. --- install-arch-linux.sh | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/install-arch-linux.sh b/install-arch-linux.sh index 0f29503..770dc78 100755 --- a/install-arch-linux.sh +++ b/install-arch-linux.sh @@ -339,9 +339,9 @@ print " Adds Restic, Docker, and Docker Compose." print " 3 - Minimal Desktop" print " XFCE 4 with no additional applications." print " 4 - Home Theater PC" -print " XFCE 4 with Firefox and VLC media player." +print " XFCE 4 with Chromium and VLC media player." print " 5 - Home Theater PC with Gaming" -print " XFCE 4 with Firefox, VLC media player, and Dolphin." +print " XFCE 4 with Chromium, VLC media player, and Dolphin." print " 6 - Office Workstation" print " XFCE 4 with a full suite of desktop applications aimed at general office work." print " 7 - Software Development Workstation" @@ -366,8 +366,7 @@ case $profile in "4") install_base_xfce - arch-chroot /mnt pacman --noconfirm -S firefox \ - firefox-ublock-origin \ + arch-chroot /mnt pacman --noconfirm -S chromium \ vlc \ vlc-plugin-ffmpeg ;; @@ -375,8 +374,7 @@ case $profile in "5") install_base_xfce arch-chroot /mnt pacman --noconfirm -S dolphin-emu \ - firefox \ - firefox-ublock-origin \ + chromium \ vlc \ vlc-plugin-ffmpeg ;; @@ -384,8 +382,7 @@ case $profile in "6") install_base_xfce arch-chroot /mnt pacman --noconfirm -S ffmpeg \ - firefox \ - firefox-ublock-origin \ + chromium \ gimp \ git \ gnucash \ @@ -405,8 +402,7 @@ case $profile in docker \ docker-compose \ ffmpeg \ - firefox \ - firefox-ublock-origin \ + chromium \ gimp \ git \ go \