„install-xash3ds.sh“ ändern

This commit is contained in:
DeltaLima 2022-08-23 10:01:32 +00:00
parent 4af75f6379
commit 5642a2597e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ quit" > $XASH3D_BASEDIR/steam/hlds.install
echo "= fetching hlds with steamcmd ="
## fetch steamcmd
curl -sL "$steamcmd_url" | tar xzvf -
curl -L "$steamcmd_url" | tar xzvf -
## run half-life download from steam server with steamcmd
## If grep find Error then fetch the hlds zip from github
if ./steamcmd.sh +runscript hlds.install | grep Error