static-test/scripts/installnode.sh
2021-01-25 21:57:53 -05:00

4 lines
107 B
Bash

#!/bin/bash
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs