diff --git a/QemuSystemInstall.sh b/QemuSystemInstall.sh index 00f3fed..587d0e2 100755 --- a/QemuSystemInstall.sh +++ b/QemuSystemInstall.sh @@ -1,5 +1,5 @@ #!/bin/bash pkexec apt update -pkexec apt install qemu-system -y +pkexec apt install qemu-system qemu-user qemu-user-static -y echo 安装完成!按回车键退出 read