reynhout / chrx

Chromebook Unix
422 stars 57 forks source link

chrx.org/chrx-install latest version? #3

Closed uaau closed 9 years ago

uaau commented 9 years ago

I'm getting 1.1.3 when running curl -Is https://chrx.org/go && bash go

What's the best way to fetch 2.0.0?

Thanks!

reynhout commented 9 years ago

chrx 2.0 hasn't been released yet. But it is ready for release, I'm just waiting to sync with the GalliumOS beta schedule.

You can get 2.0 by switching to the secret "dev channel":

chronos@localhost ~% export CHRX_WEB_ROOT="https://chrx.org/dev"
chronos@localhost ~% curl -Os $CHRX_WEB_ROOT/go && sh go -d galliumos

Note that this is usually not a good idea (I'm often breaking things there), but you'll be fine this time. :)

uaau commented 9 years ago

Oooh! Thanks!