New dependancy methode

This commit is contained in:
thomas 2022-08-05 06:12:11 +02:00
parent cc93246273
commit 9359602185
5 changed files with 47 additions and 28 deletions

View file

@ -17,10 +17,8 @@ envinit() {
apt-get update
apt-get dist-upgrade -y
apt install -y --no-install-recommends git wget ca-certificates dpkg fakeroot build-essential
wget -qO - https://deb.nodesource.com/setup_16.x | bash
apt-get update
apt-get install -y nodejs
wget -qO - https://go.dev/dl/go1.18.3.linux-amd64.tar.gz | tar -C /usr/local -xz
install_nodejs
install_go
wget -qO - https://get.pnpm.io/install.sh | sh -
}