From ada9a97e9ba9f9c287e62b99769a39a8de9fd894 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 18 Apr 2026 14:49:35 +0900 Subject: [PATCH] Rename install.ps1 to bootstrap.ps1 and update URLs --- install.ps1 => bootstrap.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename install.ps1 => bootstrap.ps1 (89%) diff --git a/install.ps1 b/bootstrap.ps1 similarity index 89% rename from install.ps1 rename to bootstrap.ps1 index 602e36b..b24a451 100644 --- a/install.ps1 +++ b/bootstrap.ps1 @@ -1,12 +1,12 @@ -# WelsonJS One-Click Installer (install.ps1) +# WelsonJS One-Click Bootstrap (bootstrap.ps1) # Copyright 2019-2025, Namhyeon Go and the WelsonJS contributors. # SPDX-License-Identifier: GPL-3.0-or-later # https://github.com/gnh1201/welsonjs # # Usage: -# irm https://welson.js.org/install.ps1 | iex -# irm https://welson.js.org/install.ps1 | iex -dev main -# irm https://welson.js.org/install.ps1 | iex -dev dev +# irm https://catswords.blob.core.windows.net/welsonjs/bootstrap.ps1 | iex +# irm https://catswords.blob.core.windows.net/welsonjs/bootstrap.ps1 | iex -dev main +# irm https://catswords.blob.core.windows.net/welsonjs/bootstrap.ps1 | iex -dev dev # # Central default branch configuration for this install script. # Update this value if the repository's default branch changes.