Skip to content

Instantly share code, notes, and snippets.

@lub
Forked from anonymous/leagueoflegends
Last active August 29, 2015 14:02
Show Gist options
  • Save lub/798c0b17aedf86be4039 to your computer and use it in GitHub Desktop.
Save lub/798c0b17aedf86be4039 to your computer and use it in GitHub Desktop.
Launch League of Legends, wait until it is patched, run tuxlol -> success
#!/bin/sh
# --- README ---
# adjust paths and launch command (replace playonlinux if needed)
# get tuxlol https://bitbucket.org/Xargoth/tuxlol/downloads
# get mono: apt-get install mono-runtime libmono-system-core4.0-cil
playonlinux --run "League of Legends"
until ps aux | grep -v grep | grep LolClient
do
sleep 1
done
cd ~/.PlayOnLinux/wineprefix/leagueoflegends/tuxlol
mono tuxlol.exe patch --dir ../drive_c/League\ of\ Legends/ --no-backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment