Skip to content

Instantly share code, notes, and snippets.

@qsimpleq
Created September 18, 2018 14:34
Show Gist options
  • Save qsimpleq/897a6535b890dc3d8180b9eefc926a75 to your computer and use it in GitHub Desktop.
Save qsimpleq/897a6535b890dc3d8180b9eefc926a75 to your computer and use it in GitHub Desktop.
# этап 1
sudo dpkg --add-architecture i386 \
&& sudo wget -nc https://dl.winehq.org/wine-builds/Release.key \
&& sudo apt-key add Release.key \
&& sudo apt-add-repository -y 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' \
&& sudo apt-get update \
&& sudo apt -y dist-upgrade \
&& sudo apt install -y wine-staging wine-staging-compat \
&& sudo wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks -O /usr/local/bin/winetricks \
&& sudo chmod a+x /usr/local/bin/winetricks
# этап 2
wow="$HOME/WoW"
WINEPREFIX="$wow" winecfg
# этап 3 - pfgecr buhs
WINEPREFIX="$HOME/WoW" wine64 start /unix "/media/mf/ECA24A1EA249EDA0/WoW Circle 7.3.5/launcher_freakz-64.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment