This commit is contained in:
Howard Wu 2022-09-08 10:21:50 +08:00 committed by GitHub
parent 57f242487a
commit 5f10ebcd29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 || { winetricks list-installed | grep -E "^msxml6" >/dev/null 2>&1 || {
cp -r ../wine/.cache/* ~/.cache cp -r ../wine/.cache/* ~/.cache
winetricks -q msxml6 || abort winetricks msxml6 || abort
} }
function Radiolist { function Radiolist {