mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
clean up vagrant folder
This commit is contained in:
parent
ec09e0bdde
commit
420cd12c60
@ -1,6 +1,13 @@
|
|||||||
apt-get install gcc make build-essential -y
|
apt-get install gcc make build-essential -y
|
||||||
apt-get install -y curl
|
apt-get install -y curl
|
||||||
apt-get install -y git
|
apt-get install -y git
|
||||||
curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash -
|
# curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash -
|
||||||
apt-get install -y nodejs
|
# apt-get install -y nodejs
|
||||||
|
su vagrant
|
||||||
|
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.27.1/install.sh | bash
|
||||||
|
nvm install v0.10
|
||||||
|
nvm install v0.12
|
||||||
|
nvm install v4.1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -9,13 +9,6 @@ $include "/vagrant/scripts/base.sh"
|
|||||||
#COMMENT OUT OR IN LINES AS APPROPRIATE
|
#COMMENT OUT OR IN LINES AS APPROPRIATE
|
||||||
INCLUDED_TECH=()
|
INCLUDED_TECH=()
|
||||||
INCLUDED_TECH+=("node")
|
INCLUDED_TECH+=("node")
|
||||||
#INCLUDED_TECH+=("mongodb")
|
|
||||||
#INCLUDED_TECH+=("meteor")
|
|
||||||
#INCLUDED_TECH+=("redis")
|
|
||||||
#INCLUDED_TECH+=("apache")
|
|
||||||
#INCLUDED_TECH+=("nginx")
|
|
||||||
#INCLUDED_TECH+=("mysql")
|
|
||||||
#INCLUDED_TECH+=("php")
|
|
||||||
|
|
||||||
SCRIPT_LOCATION="/vagrant/scripts/setup-"
|
SCRIPT_LOCATION="/vagrant/scripts/setup-"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user