You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, it'll be installed on macOS, but if the user has played games with
their `$PATH`, the plugin may not be able to find it.
Signed-off-by: Joe Block <[email protected]>
warnings=$(printf "${warnings}\njq is not in your PATH! - click for installation instructions | color=$STOPPED_VM_COLOR href=https://stedolan.github.io/jq/download/\n")
76
+
depsOK=0
77
+
fi
74
78
if! has limactl;then
75
79
warnings=$(printf "${warnings}limactl is not in your PATH! - click to get started | color=$STOPPED_VM_COLOR href=https://github.com/lima-vm/lima#getting-started\n")
76
80
depsOK=0
77
81
fi
78
-
if! has jq;then
79
-
warnings=$(printf "${warnings}\njq is not in your PATH! - click for installation instructions | color=$STOPPED_VM_COLOR href=https://stedolan.github.io/jq/download/\n")
82
+
if! has osascript;then
83
+
warnings=$(printf "${warnings}osascript is not in your PATH! - click to get started | color=$STOPPED_VM_COLOR\n")
0 commit comments