mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
tidy-up: adjust casing of project names
Mostly TLS/SSH project name. Closes #14160
This commit is contained in:
parent
f94aa3d97f
commit
6343034dd1
50 changed files with 928 additions and 932 deletions
|
|
@ -159,7 +159,7 @@ commands:
|
|||
steps:
|
||||
- run:
|
||||
command: |
|
||||
# Drop libressl as long as we're not trying to build it
|
||||
# Drop LibreSSL as long as we're not trying to build it
|
||||
echo libtool autoconf automake pkg-config nghttp2 libssh2 openssl libssh c-ares libpsl icu4c | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
|
||||
while [ $? -eq 0 ]; do for i in 1 2 3; do brew update && brew bundle install --no-lock --file /tmp/Brewfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
|
||||
sudo python3 -m pip install impacket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue