This commit is contained in:
parent
60dd34f745
commit
02be7691ac
@ -79,7 +79,7 @@ function install_packages() {
|
|||||||
case $OS in
|
case $OS in
|
||||||
"Ubuntu"|"Debian GNU/Linux")
|
"Ubuntu"|"Debian GNU/Linux")
|
||||||
# Common packages for both Ubuntu and Debian
|
# 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"
|
INSTALLCMD="apt-get install -y"
|
||||||
UPDATECMD="apt-get update"
|
UPDATECMD="apt-get update"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user