openclawsetup 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclawsetup",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "一键安装 OpenClaw - 自动完成基础部署,无需交互",
5
5
  "type": "module",
6
6
  "bin": {
@@ -16,12 +16,12 @@ npx --yes openclawsetup@latest
16
16
 
17
17
  **Linux / macOS:**
18
18
  ```bash
19
- curl -fsSL https://unpkg.com/openclawsetup/install.sh | bash
19
+ curl -fsSL https://unpkg.com/openclawsetup@latest/install.sh | bash
20
20
  ```
21
21
 
22
22
  **Windows PowerShell:**
23
23
  ```powershell
24
- irm https://unpkg.com/openclawsetup/install.ps1 | iex
24
+ irm https://unpkg.com/openclawsetup@latest/install.ps1 | iex
25
25
  ```
26
26
 
27
27
  ### 方式三:指定端口