Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Djavin novienta/Sandbox: Difference between revisions

From EVE University Wiki
Djavin novienta (talk | contribs)
No edit summary
Djavin novienta (talk | contribs)
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>}}
#Unpack the binary files (<code>.tar.gz</code>)
#Extract the compressed files (<code>.tar.gz</code>)
#:{{code|tar -svf evelauncher-1104891.tar.gz}}
#:{{code|tar -svf evelauncher-1104891.tar.gz}}
#Extract the remaining compressed files (<code>.tar</code>)
#Unpack the remaining binary files (<code>.tar</code>)
#:{{code|tar -svf evelauncher-1104891.tar}}
#:{{code|tar -svf evelauncher-1104891.tar}}
#Move to the newly-created folder
#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.