mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-13 18:42:03 +08:00
Update wine install
This commit is contained in:
@@ -74,7 +74,7 @@ if not choose == "N":
|
||||
os.system("apt update -o Dir::Etc::sourcelist=\"sources.list.d/sparkstore.list\" -o Dir::Etc::sourceparts=\"-\" -o APT::Get::List-Cleanup=\"0\"")
|
||||
os.system("sudo apt update")
|
||||
os.system("sudo apt install spark-wine7-devel -y")
|
||||
print("请问是否要安装 spark-wine8-wow?(需要添加星火应用商店的源)[Y/N]", end=' ')
|
||||
print("请问是否要安裝 spark-wine8-wow及其套件?(需要添加星火应用商店的源)[Y/N]", end=' ')
|
||||
choose = input().upper()
|
||||
if not choose == "N":
|
||||
if os.path.exists("/etc/apt/sources.list.d/sparkstore.list"):
|
||||
|
||||
Reference in New Issue
Block a user