Hello everyone,
i'd love to pick up tidal again after some time learning the basics of sc, but am running into obscure install issues (to me) on mac os. Seems to be perhaps about curl certificates and haskell but i couldn't find a solution in forums thus far. Here's how terminal responds to the general install command on tidalcycles.org:
users-macbook-pro:~ maxlouisraugel$ curl https://raw.githubusercontent.com/tidalcycles/tidal-bootstrap/master/tidal-bootstrap.command -sSf | sh
Detected system information:
Architecture: x86_64
sh: line 64: command_exists: command not found
Distribution: Darwin
sh: line 64: command_exists: command not found
Distro alias: darwin
sh: line 104: command_exists: command not found
Distro version: 17.7.0
sh: line 64: command_exists: command not found
/usr/bin/git
[1] 'git' command already installed.
[2] Installing Haskell (via 'ghcup')...
curl: (60) SSL certificate problem: certificate has expired
More details here: curl - SSL CA Certificates
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
HTTPS-proxy has similar options --proxy-cacert and --proxy-insecure.
grep: /Users/maxlouisraugel/.bashrc: No such file or directory
sh: line 210: [: -ne: unary operator expected
[3] Congratulations, you have all the pre-reqs...
Installing tidalcycles haskell library (via cabal)...
sh: line 220: /Users/maxlouisraugel/.ghcup/env: No such file or directory
users-macbook-pro:~ maxlouisraugel$
I have tried the -k or --insecure options to no avail...
thanks in advance for any help
max-louis