We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526f91b commit 48e5fa2Copy full SHA for 48e5fa2
1 file changed
.10_macos.bash
@@ -108,7 +108,7 @@ if command -v brew &> /dev/null; then
108
echo "visual-studio-code"
109
echo "wine-stable"
110
); do
111
- local app_artifact=$(brew info --json=v2 --cask "${cask}" \
+ app_artifact=$(brew info --json=v2 --cask "${cask}" \
112
| jq --raw-output ".casks[] | select(.token==\"${cask}\") | .artifacts[] | .app // empty | .[]" \
113
| head -1)
114
[[ -d "/Applications/${app_artifact}" ]] || echo brew install --cask "${cask}"
0 commit comments