More actions
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
#:'''Note:''' These can be put wherever the user prefers, but the home directory <code>~/</code> is recommended. | #:'''Note:''' These can be put wherever the user prefers, but the home directory <code>~/</code> is recommended. | ||
#:{{code|wget <nowiki>https://binaries.eveonline.com/evelauncher-1104891.tar.gz</nowiki>}} | #:{{code|wget <nowiki>https://binaries.eveonline.com/evelauncher-1104891.tar.gz</nowiki>}} | ||
# | #Extract the compressed files (<code>.tar.gz</code>) | ||
#:{{code|tar -svf evelauncher-1104891.tar.gz}} | #:{{code|tar -svf evelauncher-1104891.tar.gz}} | ||
# | #Unpack the remaining binary files (<code>.tar</code>) | ||
#:{{code|tar -svf evelauncher-1104891.tar}} | #:{{code|tar -svf evelauncher-1104891.tar}} | ||
#Move to the newly- | #Move to the newly-extracted folder | ||
#:{{code|cd evelauncher}} | #:{{code|cd evelauncher}} | ||
#For basic functionality, set the script as an executable. | #For basic functionality, set the script as an executable. | ||