static-test/scripts/installnode.sh
2021-01-25 21:58:44 -05:00

6 lines
109 B
Bash

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