From 0963c21230f21c878cd896fc3ff19216ec4c1640 Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 19 Aug 2021 18:58:32 +0800 Subject: [PATCH] Update tweaks.sh --- tweaks.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tweaks.sh b/tweaks.sh index bb995a7..2edbba2 100755 --- a/tweaks.sh +++ b/tweaks.sh @@ -235,10 +235,6 @@ 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'"