Skip to content

Commit

Permalink
Add information about Kryptonite
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed Jun 11, 2021
1 parent 50bc67f commit 10db33b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions purge-wrangler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 10db33b

Please sign in to comment.