Skip to content

Commit 9842782

Browse files
authored
Update qemu_build.md
1 parent f5a2f48 commit 9842782

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

docs/en/guide/qemu/qemu_build.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,11 @@ Two ways to create virtual machines.
1414

1515
### Download Script
1616

17-
International
18-
1917
```shell
2018
wget -q https://raw.githubusercontent.com/oneclickvirt/qemu/main/scripts/oneqemu.sh
2119
chmod +x oneqemu.sh
2220
```
2321

24-
China
25-
26-
```shell
27-
wget -q https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/qemu/main/scripts/oneqemu.sh
28-
chmod +x oneqemu.sh
29-
```
30-
3122
### Example
3223

3324
Supported variables:
@@ -119,22 +110,12 @@ virsh dominfo vm1
119110

120111
### Run
121112

122-
International
123-
124113
```shell
125114
wget -q https://raw.githubusercontent.com/oneclickvirt/qemu/main/scripts/create_qemu.sh
126115
chmod +x create_qemu.sh
127116
./create_qemu.sh
128117
```
129118

130-
China
131-
132-
```shell
133-
wget -q https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/qemu/main/scripts/create_qemu.sh
134-
chmod +x create_qemu.sh
135-
./create_qemu.sh
136-
```
137-
138119
### Query Batch Creation Info
139120

140121
```shell

0 commit comments

Comments
 (0)