I am getting the below error while installing daml in the linux ubuntu VM.
I am getting the same error
Can 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
Can you run
$ curl -sSL https://get.daml.com | head
and report the result?
It looks like you have some firewall that prevent you from accessing get.daml.com. I suggest reaching out to your IT team about that.