New dependancy methode
This commit is contained in:
parent
cc93246273
commit
9359602185
5 changed files with 47 additions and 28 deletions
|
@ -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 -
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue