From 4ae9ee2c66bbbfba8d98e5d3fb64a672368088a4 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sun, 11 Sep 2022 17:45:41 +0200 Subject: [PATCH] message output --- install-xash3d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-xash3d.sh b/install-xash3d.sh index e1790cf..1851524 100755 --- a/install-xash3d.sh +++ b/install-xash3d.sh @@ -272,7 +272,7 @@ quit" > $XASH_BUILD_DIR/steam/hlds.install checkerror $? ## run half-life download from steam server with steamcmd ## If grep find Error then fetch the hlds zip from github - message info "downloading gamedata with steamcmd from valve" + message info "downloading gamedata with steamcmd from valve - this takes a while" if ./steamcmd.sh +runscript hlds.install | grep Error then message warn "${YELLOW}!!${ENDCOLOR} There was an error fetching Half-Life with steamcmd. Fallback download it from github ${YELLOW}!!${ENDCOLOR}"