8 lines
129 B
Bash
8 lines
129 B
Bash
#!/bin/bash
|
|
|
|
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
|
|
|
sudo apt-get install -y nodejs
|
|
|
|
echo 'hi2wwewef24'
|