mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-05-21 07:29:52 +08:00
Update wine install
This commit is contained in:
parent
efd22ba3a6
commit
1964dfc866
@ -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("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 update")
|
||||||
os.system("sudo apt install spark-wine7-devel -y")
|
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()
|
choose = input().upper()
|
||||||
if not choose == "N":
|
if not choose == "N":
|
||||||
if os.path.exists("/etc/apt/sources.list.d/sparkstore.list"):
|
if os.path.exists("/etc/apt/sources.list.d/sparkstore.list"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user