Update wine install

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

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