mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-04-18 18:18:42 +00:00
Update install.ps1
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
parent
ab96f1462b
commit
b78f0c9af9
|
|
@ -8,8 +8,13 @@
|
|||
# irm https://welson.js.org/install.ps1 | iex -dev main
|
||||
# irm https://welson.js.org/install.ps1 | iex -dev dev
|
||||
#
|
||||
# Central default branch configuration for this install script.
|
||||
# Update this value if the repository's default branch changes.
|
||||
$DefaultBranch = "master"
|
||||
|
||||
param(
|
||||
[string]$dev = "master" # Default branch
|
||||
# Branch to install from; defaults to the repository's configured primary branch.
|
||||
[string]$dev = $DefaultBranch
|
||||
)
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user