From 00ecb9747c8452f395f425104844f028390b14dd Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 15 Dec 2021 16:58:16 +0900 Subject: [PATCH] Clarify wording --- dztui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dztui.sh b/dztui.sh index ac77c63..058061e 100644 --- a/dztui.sh +++ b/dztui.sh @@ -173,7 +173,7 @@ auto_mod_install(){ elif command -v steamcmd &>/dev/null [[ $? -eq 1 ]]; then - err "steamcmd not installed. See: https://developer.valvesoftware.com/wiki/SteamCMD" + err "steamcmd not found. See: https://developer.valvesoftware.com/wiki/SteamCMD" else printf "[INFO] Found steamcmd user. Downloading mods\n" revert_msg="Something went wrong. Reverting to manual mode"