From 64d0710f3a0d646641ce909afd9532ed2daa01c6 Mon Sep 17 00:00:00 2001 From: aiminick Date: Mon, 9 Aug 2021 02:26:43 +0800 Subject: [PATCH] Update box64.md --- docs/notes/box64.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/notes/box64.md b/docs/notes/box64.md index 7c32bd1..4981d4c 100644 --- a/docs/notes/box64.md +++ b/docs/notes/box64.md @@ -84,5 +84,6 @@ env LANG=zh_CN WINEPREFIX="/opt/win32/" https_proxy="http://x.x.x.x:xxxx" box86 ``` cd ~/Downloads && wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks # Download -sudo chmod +x winetricks && sudo mv winetricks /usr/local/bin/ +sudo chmod +x winetricks && sudo mv winetricks /usr/local/bin/ +env LANG=zh_CN WINEPREFIX="/opt/win32/" https_proxy="http://x.x.x.x:xxxx" box86 winetricks --gui ```