Skip to content

Commit dfefa51

Browse files
committed
failure
1 parent 4a30a5c commit dfefa51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lgsm/modules/check_deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ fi
360360

361361
if { [ "${distroid}" == "ubuntu" ] && dpkg --compare-versions "${distroversion}" "gt" "24.04"; } || { [ "${distroidlike}" == "debian" ] && dpkg --compare-versions "${distroversion}" "gt" "12"; }; then
362362
if [ "${shortname}" == "bf1942" ] || [ "${shortname}" == "bfv" ]; then
363-
fn_print_warning_nl "${gamename} is not supported on ${distroname}."
364-
fn_script_log_warn "${gamename} is not supported on ${distroname}."
363+
fn_print_failure_nl "${gamename} is not supported on ${distroname}."
364+
fn_script_log_fail "${gamename} is not supported on ${distroname}."
365365
core_exit.sh
366366
fi
367367
fi

0 commit comments

Comments
 (0)