From cca3fe5c5383451d2407a504906af5c49735a26c Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 May 2025 21:15:25 +1200 Subject: [PATCH] :-'Generic Commit' --- dropshell-build/install_dropshell_build_host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropshell-build/install_dropshell_build_host.sh b/dropshell-build/install_dropshell_build_host.sh index a64b57c..c7e9c7f 100755 --- a/dropshell-build/install_dropshell_build_host.sh +++ b/dropshell-build/install_dropshell_build_host.sh @@ -108,7 +108,7 @@ function install_packages() { HAVE_UPDATED=1 fi - if ! ${SUDOCMD:-} "${INSTALLCMD}" "$pkg"; then + if ! bash -c "${SUDOCMD:-} ${INSTALLCMD} $pkg"; then print_error "Failed to install $pkg" exit 1 fi