tursodatabase / turso-cli

Command line interface to Turso.
https://turso.tech
MIT License
215 stars 35 forks source link

curl-based installer #20

Closed penberg closed 1 year ago

penberg commented 1 year ago

Let's use https://github.com/chiselstrike/chiselstrike-install as a template for curl-based installer for Linux (and other platforms).

haaawk commented 1 year ago

It should be now possible to install turso with:

curl https://raw.githubusercontent.com/chiselstrike/turso-install/main/install.sh -sSfL | sh

https://github.com/chiselstrike/turso-install is the repository that hosts the installer.

haaawk commented 1 year ago

@dyasny could you help me in getting a nicer url like get.tur.so please?

dyasny commented 1 year ago

@haaawk please check, this should work now (might have to flush local DNS cache)

curl -sSfL https://get.tur.so/install.sh

penberg commented 1 year ago

Looks good @dyasny!

haaawk commented 1 year ago

Thanks @dyasny