From 10db33b3e3ca9bdd13c3bdb409dbcd89ba33a76b Mon Sep 17 00:00:00 2001 From: Mayank Kumar Date: Thu, 10 Jun 2021 22:02:31 -0700 Subject: [PATCH] Add information about Kryptonite --- purge-wrangler.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/purge-wrangler.sh b/purge-wrangler.sh index 8eb159d..7b22039 100755 --- a/purge-wrangler.sh +++ b/purge-wrangler.sh @@ -144,11 +144,14 @@ printfc() { } wait_for_kryptonite_info() { + [ "$show_kry" = 1 ] && return printfn "\n${bold}Proceeding...${normal}" sleep 5 + show_kry=1 } show_kryptonite_info() { + ( [ "$show_kry" = 1 ] && [ "$1" != "-detail" ] ) && return printfn "${bold}Kryptonite${normal} is now the successor of ${bold}PurgeWrangler${normal}.\n" if [ "$1" = "-detail" ]; then printfn "With Kryptonite, eGPU support on Thunderbolt 1 and 2 macs is now"