From ab6f09b45c2fc8296be2009a162770317eef8711 Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 24 Jun 2021 11:04:22 +0800 Subject: [PATCH] update --- tweaks.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tweaks.sh b/tweaks.sh index f4eb535..5adc621 100755 --- a/tweaks.sh +++ b/tweaks.sh @@ -224,6 +224,10 @@ else fi fi +if [[ "${firefox}" == "false" && "${edit_firefox}" == "false" && "${monterey}" == 'true' ]]; then + prompt -w "WARNING: Please run '--monterey' option with '-f' !..."; echo +fi + if [[ "${firefox}" == "false" && "${edit_firefox}" == "false" && "${flatpak}" == "false" && "${snap}" == "false" && "${gdm}" == "false" && "${dash_to_dock}" == "false" ]]; then prompt -e "Oops... there's nothing to tweak..." prompt -i "HINT: Don't forget to define which component to tweak, e.g. '--gdm'"