1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 03:53:01 +02:00

Clarify wording

This commit is contained in:
aclist 2021-12-15 16:58:16 +09:00 committed by GitHub
parent ed6d93cdd4
commit 00ecb9747c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,7 +173,7 @@ auto_mod_install(){
elif elif
command -v steamcmd &>/dev/null command -v steamcmd &>/dev/null
[[ $? -eq 1 ]]; then [[ $? -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 else
printf "[INFO] Found steamcmd user. Downloading mods\n" printf "[INFO] Found steamcmd user. Downloading mods\n"
revert_msg="Something went wrong. Reverting to manual mode" revert_msg="Something went wrong. Reverting to manual mode"