brave / install.sh

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add support for beta and nightly channels #32

Open wknapik opened 1 week ago

wknapik commented 1 week ago
curl ...|sh
curl ...|CHANNEL=release sh
curl ...|CHANNEL=beta sh
curl ...|CHANNEL=nightly sh
fmarier commented 1 week ago

Adding MVP label just so that we either remove the CHANNEL variable throughout the script in V1, or (ideally) make it work as described in issue description.

wknapik commented 1 week ago

In https://github.com/brave-experiments/install.sh/pull/31 the CHANNEL variable is already removed.

I think we should publish this with support for release only and possibly add support for other channels later.

Let's get it out ASAP and gather feedback.

fmarier commented 1 week ago

Ok, then it's not an MVP issue.