Dedicated legacy Linux server extras: Difference between revisions
From TF2 Classified Wiki
More actions
No edit summary |
m Update the tf2classic tools sourcemod plugin link to the newer maintained version |
||
| Line 78: | Line 78: | ||
If you are working with Ubuntu Server, you might have <code>git</code> installed. Try first the following command: | If you are working with Ubuntu Server, you might have <code>git</code> installed. Try first the following command: | ||
<code><nowiki>$</nowiki> git clone <nowiki>https://github.com/ | <code><nowiki>$</nowiki> git clone <nowiki>https://github.com/tf2classic/SM-TF2Classic-Tools.git</nowiki></code> | ||
If you do not have <code>git</code>, download the repo with wget directly: | If you do not have <code>git</code>, download the repo with wget directly: | ||
<code><nowiki>$</nowiki> <nowiki>wget https://github.com/ | <code><nowiki>$</nowiki> <nowiki>wget https://github.com/tf2classic/SM-TF2Classic-Tools/archive/master.zip</nowiki></code> | ||
Then unzip it: | Then unzip it: | ||
| Line 88: | Line 88: | ||
<code><nowiki>$</nowiki> unzip master.zip</code> | <code><nowiki>$</nowiki> unzip master.zip</code> | ||
<code>cd</code> into the directory, being either <code>TF2Classic-Tools</code> or <code>TF2Classic-Tools-master</code> depending on how you downloaded it. | <code>cd</code> into the directory, being either <code>SM-TF2Classic-Tools</code> or <code>SM-TF2Classic-Tools-master</code> depending on how you downloaded it. | ||
<br>Run the following command to copy <code>sourcemod</code> directory to your server's <code>addons</code> folder: | <br>Run the following command to copy <code>sourcemod</code> directory to your server's <code>addons</code> folder: | ||