daily pastebin goal
78%
SHARE
TWEET

League of Legends - Ubuntu 12.04 LTS Not working.

a guest Aug 26th, 2012 46 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Instructions: http://appdb.winehq.org/objectManager.php?sClass=version&iId=19141
  2.  
  3. Original:     Wine_version="1.5.5"
  4.  
  5. Modified:   Wine_version="1.5.11"
  6.  
  7. Modified:    # if you have the web-based installer (about 2MiB), use this
  8.     GC_DONT_GC=1 $WINEXE $scriptWD/LeagueofLegends.exe
  9.     # if you are not using the web-based installer comment the previous line.
  10.      
  11.     # if you have the full installer (about 2 GiB), uncomment and use this instead of the previous one:
  12.     #$WINEXE $scriptWD/LoL_installer/setup.exe      #This is supposed to point into the full LoL installer.
  13.  
  14. Modified:     #if you have the web-based installer (about 2MiB), use this
  15.     GC_DONT_GC=1 $WINEXE /home/pyrrhic/Downloads/LeagueofLegends.exe
  16.  
  17.     # if you are not using the web-based installer comment the previous line.
  18.      
  19.     # if you have the full installer (about 2 GiB), uncomment and use this instead of the previous one:
  20.     #$WINEXE $scriptWD/LoL_installer/setup.exe      #This is supposed to point into the full LoL installer.
  21.  
  22. Original: # change kdesu to gksu if u don't use KDE
  23.     kdesu mv ./loltask /usr/bin/loltask
  24.     kdesu chmod +x /usr/bin/loltask
  25.  
  26. Modified: # change kdesu to gksu if u don't use KDE
  27.     gksu mv ./loltask /usr/bin/loltask
  28.     gksu chmod +x /usr/bin/loltask
  29.  
  30. Original: # change kdesu to gksu if u don't use KDE
  31.            kdesu loltask &
  32.  
  33. Modified: # change kdesu to gksu if u don't use KDE
  34.            gksu loltask &
  35.  
  36. I believe I've followed every instruction, but the script is skipping my local setup file!
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top