Install Firefox with the theme

This commit is contained in:
2024-07-17 20:49:21 +01:00
parent 1fcc9a9b44
commit 52c606be36

View File

@@ -89,10 +89,11 @@ for selection in $main_menu; do
# Firefox Theme # Firefox Theme
dialog --erase-on-exit \ dialog --erase-on-exit \
--backtitle "$BACKTITLE" \ --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 --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 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 curl -s -o- https://raw.githubusercontent.com/rafaelmardojai/firefox-gnome-theme/master/scripts/install-by-curl.sh | bash
fi fi