ERROR: Could not download necessary files
niclaslindstedt/nquakesv is giving the error:
============= nQuake server ============== Using settings:
- HOSTNAME=#Cotemig98 KTX Docker Server
- PORT=28501
- SERVER_ADMIN=Paulo [email protected]
- REPORT_URL=https://badplace.eu
- REPORT_KEY=askmeag
- RCON_PASSWORD=************
- SERVER_IP=paulogiovanni.ddns.net Downloading necessary files... ERROR: Could not download necessary files
I think the https addresses below must be updated to correct in entrypoint.sh file in the image niclaslindstedt/nquakesv
[ ! -f /nquake/id1/pak0.pak ] && {
echo -n "Downloading necessary files..."
(wget -qO qsw106.zip https://github.com/nQuake/distfiles/raw/master/qsw106.zip
&& wget -qO sv-non-gpl.zip https://github.com/nQuake/distfiles/raw/master/sv-non-gpl.zip) || error "Could not download necessary files"
echo "OK"
Please, can you analyze?
I think the correct adresses are:
https://github.com/nQuake/distfiles/releases/download/snapshot/qsw106.zip
https://github.com/nQuake/distfiles/releases/download/snapshot/sv-non-gpl.zip
the nquake.ini in client-win32 (which is what all the installers point to) references the correct base url (https://github.com/nQuake/distfiles/releases/download/snapshot) but something in this apparently doesn't, i assume @paulogagliardi knows why.