Skip to content

Commit 6ac1efe

Browse files
authored
fix
1 parent a4ac4fa commit 6ac1efe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/incomplete/webvirtcloud.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Error: Failed to add 'br-ext' connection: connection.autoconnect-ports: unknown
142142
#### 安装方法
143143

144144
1. 下载脚本到临时目录:
145+
145146
国际版本:
146147
```bash
147148
wget -O /tmp/vm_port_mapping_setup.sh https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/refs/heads/main/extra_scripts/vm_port_mapping_daemon.sh
@@ -152,12 +153,12 @@ Error: Failed to add 'br-ext' connection: connection.autoconnect-ports: unknown
152153
wget -O /tmp/vm_port_mapping_setup.sh https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/refs/heads/main/extra_scripts/vm_port_mapping_daemon.sh
153154
```
154155

155-
3. 添加执行权限:
156+
2. 添加执行权限:
156157
```bash
157158
chmod +x /tmp/vm_port_mapping_setup.sh
158159
```
159160

160-
4. 运行安装程序:
161+
3. 运行安装程序:
161162
```bash
162163
/tmp/vm_port_mapping_setup.sh
163164
```

0 commit comments

Comments
 (0)