deep-wine-runner/RunVM.sh

18 lines
871 B
Bash
Raw Normal View History

2022-07-15 11:05:58 +08:00
#!/bin/bash
2022-07-15 23:33:24 +08:00
# 使用系统默认的 bash 运行
###########################################################################################
2023-04-24 22:00:17 +08:00
# 作者gfdgd xi
2022-11-06 12:49:34 +08:00
# 版本2.4.1
# 更新时间2022年11月06日
2022-07-15 23:33:24 +08:00
# 感谢:感谢 wine 以及 deepin-wine 团队,提供了 wine 和 deepin-wine 给大家使用,让我能做这个程序
# 基于 Python3 的 tkinter 构建
###########################################################################################
2022-07-15 11:05:58 +08:00
cd `dirname $0`
2023-05-03 16:53:00 +08:00
#which VBoxManage
#if test $? == 0 ; then
# VM/VirtualMachine
# exit
#fi
#zenity --info --no-wrap --text="未安装 VirtualBox请自行安装 VirtualBox 并重新运行"
2022-12-06 21:24:50 +08:00
#./launch.sh deepin-terminal -C "pkexec apt install virtualbox-6.1 -y && zenity --info --text=\"安装完毕,关闭此对话框和安装终端重新运行程序即可\" --no-wrap" --keep-open
2023-05-03 16:53:00 +08:00
VM/VirtualMachine