Update wine install

This commit is contained in:
穿越Arch的追念 2023-07-10 15:49:56 +08:00 committed by GitHub
parent 2a9ece428a
commit efd22ba3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"):