Update box64.md

This commit is contained in:
aiminick 2021-08-09 15:04:01 +08:00 committed by GitHub
parent 3af74c0c8b
commit 653d4bf0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ ln -sf /opt/wine/bin/wineserver /usr/local/bin/wineserver
#### test
```
sudo rm -rf /opt/win32/*; sudo rm -rf /opt/win32/.update-timestamp
rm -rf /opt/win32/*; rm -rf /opt/win32/.update-timestamp
env LANG=zh_CN WINEPREFIX="/opt/win32/" https_proxy="http://x.x.x.x:xxxx" box86 /opt/wine32/bin/wine winecfg
```
@ -87,7 +87,7 @@ env LANG=zh_CN WINEPREFIX="/opt/win32/" https_proxy="http://x.x.x.x:xxxx" box86
```
cd ~/ && wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks # Download
sudo chmod +x winetricks && sudo mv winetricks /usr/local/bin/
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
```