deep-wine-runner/RunVM.sh

9 lines
368 B
Bash
Raw Normal View History

2022-07-15 11:05:58 +08:00
#!/bin/bash
cd `dirname $0`
which VBoxManage
if test $? == 0 ; then
VM/VirtualMachine
exit
fi
echo 未安装 VirtualBox开始安装安装结束重新运行即可
./launch.sh deepin-terminal -C "pkexec apt install virtualbox-6.1 -y && zenity --info --text=\"安装完毕,关闭此对话框和安装终端重新运行程序即可\" --no-wrap" --keep-open