Add support for node and go

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-07-12 00:34:40 +02:00
parent 117566bd3c
commit 1a33b5d0a1
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -5,7 +5,10 @@ build_packages=()
install_packages=( install_packages=(
curl curl
git git
go
openssh openssh
node
npm
sudo sudo
tar tar
) )