Daml installation error
App Development7 posts180 viewsLast activity Jun 2023
RO
rohitt
Jun 2023Hi @arijitltim ,
Can you try this instead: sh -c "$(curl -sSL https://get.daml.com/)"
AR
arijitltim
Jun 2023RO
rohitt
Jun 2023Can you try one more thing.
Fetch the install script using curl https://get.daml.com/ > installdaml.sh
After downloading the script using cURL, you can make the file executable and run it to install “daml"
chmod +x installdaml.sh
./installdaml.sh
GA
Gary_Verhaegen
Jun 2023Can you run
$ curl -sSL https://get.daml.com | head
and report the result?
CO
cocreature
Jun 2023It looks like you have some firewall that prevent you from accessing get.daml.com. I suggest reaching out to your IT team about that.
