From 749f027b932370a57bf982bd3fbce2d7f7b9cb00 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 4 Feb 2025 17:38:07 -0500 Subject: [PATCH] feat: add Firefox CentOS readded the package in their repos and the system can be difficult to use if you don't have a way to install Flathub, such as via a USB stick. --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 7b25be9..f6d7b7d 100755 --- a/build.sh +++ b/build.sh @@ -94,6 +94,10 @@ dnf -y install \ "nvtop" \ "vim" +# Web browser +dnf -y install \ + "firefox" + # This adds "[systemd] Failed Units: *" to the bashrc startup dnf -y remove console-login-helper-messages