OpenWPM/install-node.sh

7 строки
123 B
Bash
Executable File

#!/bin/bash
set -e
# Install node
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
sudo apt install -y nodejs