From 52c606be365fd95e6790e74f49d460d6d69e8517 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Wed, 17 Jul 2024 20:49:21 +0100 Subject: [PATCH] Install Firefox with the theme --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3c3c15dd..19298d3a 100755 --- a/install.sh +++ b/install.sh @@ -89,10 +89,11 @@ for selection in $main_menu; do # Firefox Theme dialog --erase-on-exit \ --backtitle "$BACKTITLE" \ - --title "Install Adwaita Firefox theme?" \ + --title "Install Firefox and the Adwaita Firefox theme?" \ --yesno "The theme mimics GNOME Web and will be installed using the script provided by the theme on GitHub." 10 40 if [ "$?" -eq 0 ]; then + sudo apt install -y firefox-esr curl -s -o- https://raw.githubusercontent.com/rafaelmardojai/firefox-gnome-theme/master/scripts/install-by-curl.sh | bash fi