From 5f10ebcd2998319dce69fb8623990ef0da14e965 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Thu, 8 Sep 2022 10:21:50 +0800 Subject: [PATCH] close #85 --- scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run.sh b/scripts/run.sh index 61c7087..7f4cfd8 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -95,7 +95,7 @@ pip list --disable-pip-version-check | grep -E "^requests " >/dev/null 2>&1 || p winetricks list-installed | grep -E "^msxml6" >/dev/null 2>&1 || { cp -r ../wine/.cache/* ~/.cache - winetricks -q msxml6 || abort + winetricks msxml6 || abort } function Radiolist {