downloading custom cfg error
Borzoff opened this issue · 2 comments
Hi, I have a problem, when I start the container, there are no files(additional cfg). But the link works, the archive is .tar.gz. But I checked the commands
manually:
wget -qO- "${CS2_CFG_URL}" | tar xvzf - -C "${STEAMAPPDIR}"
The problem is that Wget doesn't exactly download the archive and displays this:
When I run the same command without any parameters in wget, everything downloads correctly.
Also, for some reason, the TAR command is executed before the file is downloaded, which also causes an error.
@Borzoff can your container definitely route to the internet/where ever your config pack is hosted?
You may want to try using docker exec
to test the download from within the container.
You could also test with CS2_CFG_URL="https://github.com/joedwards32/CS2/raw/main/examples/cs2.cfg.tgz"
, I use that config pack in my tests and it definitely works.
Closing due to inactivity