From dfefa511af1f7a1e9a70f0f1cfbf34a16b3a1960 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 5 Jan 2025 20:25:46 +0000 Subject: [PATCH] failure --- lgsm/modules/check_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/modules/check_deps.sh b/lgsm/modules/check_deps.sh index 6415e3d08..6e6ad87c5 100644 --- a/lgsm/modules/check_deps.sh +++ b/lgsm/modules/check_deps.sh @@ -360,8 +360,8 @@ fi if { [ "${distroid}" == "ubuntu" ] && dpkg --compare-versions "${distroversion}" "gt" "24.04"; } || { [ "${distroidlike}" == "debian" ] && dpkg --compare-versions "${distroversion}" "gt" "12"; }; then if [ "${shortname}" == "bf1942" ] || [ "${shortname}" == "bfv" ]; then - fn_print_warning_nl "${gamename} is not supported on ${distroname}." - fn_script_log_warn "${gamename} is not supported on ${distroname}." + fn_print_failure_nl "${gamename} is not supported on ${distroname}." + fn_script_log_fail "${gamename} is not supported on ${distroname}." core_exit.sh fi fi