11 lines
258 B
Bash
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 |