Update wine install

This commit is contained in:
穿越Arch的追念
2023-07-10 15:49:56 +08:00
committed by GitHub
parent 2a9ece428a
commit efd22ba3a6

View File

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