'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 10s

This commit is contained in:
Your Name 2025-06-01 22:45:51 +12:00
parent 60dd34f745
commit 02be7691ac

View File

@ -79,7 +79,7 @@ function install_packages() {
case $OS in
"Ubuntu"|"Debian GNU/Linux")
# Common packages for both Ubuntu and Debian
PACKAGES="build-essential cmake git wget tar curl ninja-build mold nodejs npm perl jq ccache upx"
PACKAGES="build-essential cmake git wget tar curl ninja-build mold nodejs npm perl jq ccache upx-ucl"
INSTALLCMD="apt-get install -y"
UPDATECMD="apt-get update"
;;