static-test/scripts/installnode.sh
2021-01-25 22:17:14 -05:00

8 lines
131 B
Bash

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