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