Skip to content

Commit b7f2a17

Browse files
committed
Make sure certifi and ca-certificates are installed with brew
Fixes "SSL configuration issue"
1 parent 85f3c1c commit b7f2a17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.sh

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ BREW_PACKAGES=(
1212
"jq"
1313
"aria2"
1414
"pkg-config"
15+
"certifi"
16+
"ca-certificates"
1517
"openssl"
1618
"pipx"
1719
)

0 commit comments

Comments
 (0)