:-'Generic Commit'
This commit is contained in:
parent
f318d3c21b
commit
cd7d2535a4
@ -80,12 +80,12 @@ 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"
|
||||
PACKAGES="build-essential cmake git wget tar curl ninja-build mold nodejs npm perl jq"
|
||||
INSTALLCMD="apt-get install -y"
|
||||
UPDATECMD="apt-get update"
|
||||
;;
|
||||
"Alpine Linux")
|
||||
PACKAGES="build-base cmake git wget tar curl ninja mold nodejs npm linux-headers perl"
|
||||
PACKAGES="build-base cmake git wget tar curl ninja mold nodejs npm linux-headers perl jq"
|
||||
INSTALLCMD="apk add --no-cache"
|
||||
UPDATECMD="apk update"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user