This commit is contained in:
parent
be59c2c266
commit
60dd34f745
@ -79,13 +79,12 @@ 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
|
||||||
# cmake make g++ build-essential upx musl-tools wget tar ccache ninja-build mold
|
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"
|
|
||||||
INSTALLCMD="apt-get install -y"
|
INSTALLCMD="apt-get install -y"
|
||||||
UPDATECMD="apt-get update"
|
UPDATECMD="apt-get update"
|
||||||
;;
|
;;
|
||||||
"Alpine Linux")
|
"Alpine Linux")
|
||||||
PACKAGES="build-base cmake git wget tar curl ninja mold nodejs npm linux-headers perl jq ccache"
|
PACKAGES="build-base cmake git wget tar curl ninja mold nodejs npm linux-headers perl jq ccache upx"
|
||||||
INSTALLCMD="apk add --no-cache"
|
INSTALLCMD="apk add --no-cache"
|
||||||
UPDATECMD="apk update"
|
UPDATECMD="apk update"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user