From eeb1c0d2e7f2956584e1f92ba8402d2735599337 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 25 Jul 2024 01:22:15 +0100 Subject: [PATCH] Minor fixes --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8b8a6312..f75493bc 100755 --- a/install.sh +++ b/install.sh @@ -91,7 +91,7 @@ for selection in $main_menu; do dialog --erase-on-exit \ --backtitle "$BACKTITLE" \ --title "Install the Adwaita Firefox theme?" \ - --yesno "OPEN FIREFOX AT LEAST ONCE BEFORE INSTALLING. The theme mimics GNOME Web and will be installed using the script provided by the theme on GitHub." 10 40 + --yesno "OPEN FIREFOX BEFORE INSTALLING! The theme mimics GNOME Web and will be installed using the script provided by the theme on GitHub." 10 40 if [ "$?" -eq 0 ]; then curl -s -o- https://raw.githubusercontent.com/rafaelmardojai/firefox-gnome-theme/master/scripts/install-by-curl.sh | bash @@ -211,5 +211,6 @@ for selection in $main_menu; do echo curl -fsSL https://tailscale.com/install.sh | sh + sudo tailscale up fi done