From 401902ee053b1fba4735bdb0ade0b2018fc61d36 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 1 Jun 2025 13:46:32 +1200 Subject: [PATCH] 'Generic Commit' --- dropshell-build/src/dropshell-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropshell-build/src/dropshell-build b/dropshell-build/src/dropshell-build index 6f44602..03f9ce1 100755 --- a/dropshell-build/src/dropshell-build +++ b/dropshell-build/src/dropshell-build @@ -67,7 +67,7 @@ function check_packages() { PACKAGES="build-base cmake git wget tar curl ninja mold nodejs npm linux-headers perl jq ccache" ;; *) - print_error "Unsupported distribution: $OS" + echo "Unsupported distribution: $OS" exit 1 ;; esac