athenavm / athena

Athena monorepo
https://www.athenavm.org/
Apache License 2.0
6 stars 0 forks source link

Add SSL to install script URL #2

Closed lrettig closed 3 days ago

lrettig commented 1 month ago

Right now this works:

> curl -L http://install.athenavm.org | bash

But it doesn't work for https yet since this requires setting up an SSL cert for the domain.

lrettig commented 3 days ago

This was done a while ago