vagrant init

This commit is contained in:
2021-06-13 18:27:54 +02:00
parent c628b84aa5
commit a9fd62edd2
26 changed files with 1330 additions and 0 deletions

6
setup/scripts/npm.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
echo "INSTALLING NODEJS & NPM"
curl -sL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
echo "NODEJS INSTALLED"