Skip to content

Commit 10db33b

Browse files
committed
Add information about Kryptonite
1 parent 50bc67f commit 10db33b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

purge-wrangler.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,14 @@ printfc() {
144144
}
145145

146146
wait_for_kryptonite_info() {
147+
[ "$show_kry" = 1 ] && return
147148
printfn "\n${bold}Proceeding...${normal}"
148149
sleep 5
150+
show_kry=1
149151
}
150152

151153
show_kryptonite_info() {
154+
( [ "$show_kry" = 1 ] && [ "$1" != "-detail" ] ) && return
152155
printfn "${bold}Kryptonite${normal} is now the successor of ${bold}PurgeWrangler${normal}.\n"
153156
if [ "$1" = "-detail" ]; then
154157
printfn "With Kryptonite, eGPU support on Thunderbolt 1 and 2 macs is now"

0 commit comments

Comments
 (0)