sealcode / sealious

An extensible, declarative node framework
25 stars 2 forks source link

Use first argument as branch name #254

Closed Jakski closed 8 years ago

Jakski commented 8 years ago

Script first argument is name of branch to switch. Defaults to 'stable'. It has no effect on 'hello-world' repo, since it's being maintained only in master branch. New one-liner call method:

curl https://raw.githubusercontent.com/Sealious/sealious/next/dev-setup.sh | sh -s <branch>

where "" is selected branch name. Shell's '-s' parameter is supported by Dash, Bash and AFAIK Zsh.

Jakski commented 8 years ago

Will recreate it for alpha. next is obsolete.