linx-simulator2/install.sh
2021-09-18 22:30:24 +03:00

11 lines
258 B
Bash

echo "Configure box for simulator"
apt-get update
apt-get -qq update
apt-get install -y build-essential
apt-get install -y curl
apt-get install -y python-minimal
curl -sL https://deb.nodesource.com/setup_8.x | bash
apt-get install -y nodejs
mkdir simulator