We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bc67f commit 10db33bCopy full SHA for 10db33b
1 file changed
purge-wrangler.sh
@@ -144,11 +144,14 @@ printfc() {
144
}
145
146
wait_for_kryptonite_info() {
147
+ [ "$show_kry" = 1 ] && return
148
printfn "\n${bold}Proceeding...${normal}"
149
sleep 5
150
+ show_kry=1
151
152
153
show_kryptonite_info() {
154
+ ( [ "$show_kry" = 1 ] && [ "$1" != "-detail" ] ) && return
155
printfn "${bold}Kryptonite${normal} is now the successor of ${bold}PurgeWrangler${normal}.\n"
156
if [ "$1" = "-detail" ]; then
157
printfn "With Kryptonite, eGPU support on Thunderbolt 1 and 2 macs is now"
0 commit comments