File: create.sh

package info (click to toggle)
python-tosca-parser 2.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,908 kB
  • sloc: python: 11,099; sh: 144; makefile: 26
file content (7 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#!/bin/bash
# This script installs nodejs and the prereq

add-apt-repository ppa:chris-lea/node.js

apt-get update
apt-get install -y nodejs build-essential