diff --git a/scripts/installnode.sh b/scripts/installnode.sh index 1270d58..53e44d4 100644 --- a/scripts/installnode.sh +++ b/scripts/installnode.sh @@ -1,3 +1,4 @@ #!/bin/bash -apt-get install node npm +curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - +sudo apt-get install -y nodejs \ No newline at end of file