From 7b6b89c5d9c5002564610e375a39beb9df2ec2b3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 May 2025 21:16:08 +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 c7e9c7f..ca24aa3 100755 --- a/dropshell-build/install_dropshell_build_host.sh +++ b/dropshell-build/install_dropshell_build_host.sh @@ -85,7 +85,7 @@ function install_packages() { UPDATECMD="apt-get update" ;; "Alpine Linux") - PACKAGES="build-base cmake git wget tar curl ninja mold nodejs npm" + PACKAGES="build-base cmake git wget tar curl ninja mold nodejs npm linux-headers" INSTALLCMD="apk add --no-cache" UPDATECMD="apk update" ;;