> I already tried that, but this gives:
> WARNING: You're currently running as root; probably by accident.
> Press control-C to abort or Enter to continue as root.
> Set LEIN_ROOT to disable this warning.
>
> Downloading Leiningen to
> /root/.lein/self-installs/leiningen-2.3.4-standalone.jar now...
> % Total % Received % Xferd Average Speed Time Time Time
> Current
> Dload Upload Total Spent Left
> Speed
> 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
> 0curl: (22) The requested URL returned error: 403 Forbidden
> Failed to download
>
https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.4-standalone.jar
> It's possible your HTTP client's certificate store does not have the
> correct certificate authority needed. This is often caused by an
> out-of-date version of libssl. Either upgrade it or set HTTP_CLIENT
> to turn off certificate checks:
> export HTTP_CLIENT="wget --no-check-certificate -O" # or
> export HTTP_CLIENT="curl --insecure -f -L -o"
> It's also possible that you're behind a firewall haven't yet
> set HTTP_PROXY and HTTPS_PROXY.