zeropingheroes / lancache-autofill

Automatically fill a Lancache with content
GNU General Public License v3.0
132 stars 24 forks source link

How to reinstall? #33

Closed Mc0023 closed 4 years ago

Mc0023 commented 4 years ago

How do I completely remove lancache-autofill so I can reinstall? I tried removing the directorys and restarting but I'm still getting these errors: Initialising SteamCMD gzip: stdin: unexpected end of file tar: Child returned status 1tar: Error is not recoverable: exiting now Error initialising SteamCMD

ilumos commented 4 years ago

Remove the ~/steam/ directory too

The commands that are failing for you are:

cd ~/steam/ && curl -sqL "http://media.steampowered.com/client/steamcmd_linux.tar.gz" | tar zxvf -

gzip: stdin: unexpected end of file suggests that curl wasn't able to download SteamCMD. Is curl installed ok?