mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 23:12:35 +00:00
refactoring
This commit is contained in:
5
resources/commands/installation/install-nodejs.sh
Executable file
5
resources/commands/installation/install-nodejs.sh
Executable file
@ -0,0 +1,5 @@
|
||||
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -;
|
||||
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt update
|
||||
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt install nodejs -y
|
Reference in New Issue
Block a user