Qemu安装器缺少apt update

This commit is contained in:
2023-07-12 18:24:20 +08:00
parent 0960218c64
commit 45594618f8
2 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
pkexec apt update
pkexec apt install qemu-system -y
echo 安装完成!按回车键退出
read
read