shorebirdtech / install

The Shorebird (un)installer ๐Ÿฆ
Other
22 stars 9 forks source link

feat: add install.sh #4

Closed felangel closed 1 year ago

felangel commented 1 year ago

Description

This will allow users to install shorebird via:

curl --proto '=https' --tlsv1.2 https://github.com/shorebirdtech/install/blob/main/install.sh -sSf | sh

We can make a subdomain like install.shorebird.dev to make this nicer.

Type of Change