File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,11 @@ Two ways to create virtual machines.
1414
1515### Download Script
1616
17- International
18-
1917``` shell
2018wget -q https://raw.githubusercontent.com/oneclickvirt/qemu/main/scripts/oneqemu.sh
2119chmod +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
3324Supported variables:
@@ -119,22 +110,12 @@ virsh dominfo vm1
119110
120111### Run
121112
122- International
123-
124113``` shell
125114wget -q https://raw.githubusercontent.com/oneclickvirt/qemu/main/scripts/create_qemu.sh
126115chmod +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
You can’t perform that action at this time.
0 commit comments