Update box64.md
This commit is contained in:
parent
cc134f03b1
commit
40f53ddaa0
|
|
@ -79,3 +79,10 @@ https://www.playonlinux.com/wine/binaries/phoenicis/upstream-linux-x86/PlayOnLin
|
||||||
sudo rm -rf /opt/win32/*; sudo rm -rf /opt/win32/.update-timestamp
|
sudo rm -rf /opt/win32/*; sudo 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
|
env LANG=zh_CN WINEPREFIX="/opt/win32/" https_proxy="http://x.x.x.x:xxxx" box86 /opt/wine32/bin/wine winecfg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### winetricks
|
||||||
|
|
||||||
|
```
|
||||||
|
cd ~/Downloads && wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks # Download
|
||||||
|
sudo chmod +x winetricks && sudo mv winetricks /usr/local/bin/
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue