This commit is contained in:
Marcus 2022-09-11 17:54:01 +02:00
parent 4ae9ee2c66
commit 628723b218
1 changed files with 2 additions and 2 deletions

View File

@ -373,12 +373,12 @@ fi
case $XASH_INSTALLATION_MODE in case $XASH_INSTALL_MODE in
install) install)
message info "${GREEN}DONE!!${ENDCOLOR} Installation completed without erros." message info "${GREEN}DONE!!${ENDCOLOR} Installation completed without erros."
message info "Your ready to run Xash3D installation is located in" message info "Your ready to run Xash3D installation is located in"
message info "${YELLOW}${XASH_INSTALL_DIR}${ENDCOLOR}" message info "${YELLOW}${XASH_INSTALL_DIR}${ENDCOLOR}"
case $XASH_INSTALLATION_TYPE in case $XASH_INSTALL_TYPE in
client) client)
message info "You can run the game with ${YELLOW}'./xash3d'${ENDCOLOR} from the install location" message info "You can run the game with ${YELLOW}'./xash3d'${ENDCOLOR} from the install location"
;; ;;