According to the following link, running the following automated build script should install FEniCS.
curl -s https://fenicsproject.org/fenics-install.sh | bash
(link: https://fenicsproject.org/download/)
The connection hangs when trying to download the following file.
http://download.zeromq.org/zeromq-4.1.3.tar.gz
Are there any updated scripts that will accomplish the same task? (Is there any other automated build script that will work? I know about docker, conda, etc, but I specifically want to know about any other automated build scripts similar to this that will actually work.)