Quiero usar "curl" con "do shell script" en un apple script. Ya funcionaba hace unos meses, pero luego el proveedor cambió a un servicio sólo https.
Así que actualizo curl en Mac OS Terminal:
$ curl -V
curl 7.49.0 (x86_64-apple-darwin10.8.0) libcurl/7.49.0 OpenSSL/1.0.2h zlib/1.2.8
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets
Así que funciona en Terminal y devuelve la respuesta correcta:
Pero cuando intento llamar al mismo comando vía do shell script en Apple script responde esto:
Así que - es el problema, que curl en el entorno do shell script no se actualiza - y cómo podría hacer esto? ¿O cuál es el problema?