:-'Generic Commit'

This commit is contained in:
Your Name 2025-05-29 21:16:08 +12:00
parent cca3fe5c53
commit 7b6b89c5d9

View File

@ -85,7 +85,7 @@ function install_packages() {
UPDATECMD="apt-get update" UPDATECMD="apt-get update"
;; ;;
"Alpine Linux") "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" INSTALLCMD="apk add --no-cache"
UPDATECMD="apk update" UPDATECMD="apk update"
;; ;;