Dedicated legacy Linux server: Difference between revisions
From TF2 Classified Wiki
More actions
Add some required missing packages to the Apt line. Add some arguments to Aria2 to prevent it from indefinitely seeding after finishing downloading. |
Port to using the new Metalink |
||
| Line 70: | Line 70: | ||
<code> | <code> | ||
aria2c --bt-hash-check-seed=false --seed-time=0 https://tf2classic. | aria2c --bt-hash-check-seed=false --seed-time=0 https://wiki.tf2classic.com/misc/tf2classic-latest.meta4 | ||
</code> | </code> | ||
It may produce some harmless errors in case any of the mirrors in the Metalink are currently inactive, but it will download the <code>tf2classic | It may produce some harmless errors in case any of the mirrors in the Metalink are currently inactive, but it will download the <code>tf2classic.zip</code> file rapidly, and it will automatically verify that the downloaded file isn't corrupted. | ||
Extract the downloaded file by running <code>7zz x tf2classic | Extract the downloaded file by running <code>7zz x tf2classic.zip</code> | ||
Then finally move the directory into your SDK 2013 MP folder: | Then finally move the directory into your SDK 2013 MP folder: | ||