update install witn nvm
This commit is contained in:
parent
4c797f915e
commit
8dc145875d
@ -1 +1 @@
|
||||
{"dependencies":[["log4r",[">= 0"]],["concurrent-ruby",["~> 1.0"]],["i18n",[">= 0"]],["micromachine",[">= 2","< 4"]],["vagrant-vbguest",["= 0.30.0"]],["vagrant-winnfsd",["= 1.4.0"]]],"checksum":"6fe69f7c734ea0ec00546d8e24cdd8144ca5005fab95e80ef7f763988f425ad5","vagrant_version":"2.2.18"}
|
||||
{"dependencies":[["log4r",[">= 0"]],["concurrent-ruby",["~> 1.0"]],["i18n",[">= 0"]],["micromachine",[">= 2","< 4"]],["vagrant-vbguest",["= 0.30.0"]]],"checksum":"11b1b35cf79113cc49e78dfeea4aabc6746d1df7877ec4f5145f0b7b96ad3af1","vagrant_version":"2.2.18"}
|
@ -1 +1 @@
|
||||
1633591202
|
||||
1633592300
|
@ -1 +1 @@
|
||||
0
|
||||
501
|
@ -1 +1 @@
|
||||
2117c398-035c-482f-bc05-fd8ade3ac6bb
|
||||
f5f76f97-2f67-49df-83e1-835cbb87625e
|
@ -1 +1 @@
|
||||
a4030e8c1ba94339b5f2ef230fb2adb5
|
||||
cf5295e73d3d40e6a3647df3a5a41f89
|
@ -1 +1 @@
|
||||
C:/projects/safemobile/git/linx-simulator2
|
||||
/Users/cristi/work/git-projects/LINX/linx-simulator2
|
@ -6,6 +6,7 @@ RUN apt-get install -y build-essential
|
||||
RUN apt-get install -y curl
|
||||
RUN apt-get install -y python-minimal
|
||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash
|
||||
|
||||
RUN apt-get install -y nodejs
|
||||
|
||||
WORKDIR /simulator
|
||||
|
11
install.sh
11
install.sh
@ -5,11 +5,14 @@ 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
|
||||
# curl -sL https://deb.nodesource.com/setup_8.x | bash
|
||||
# apt-get install -y nodejs
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
|
||||
nvm install v8.17.0
|
||||
|
||||
sudo apt install -y alsa-utils
|
||||
sudo apt-get install -y libasound2-dev
|
||||
sudo npm i -g node-gyp
|
||||
|
||||
mkdir simulator
|
||||
scp -P 2222 ./ vagrant@127.0.0.1:.
|
||||
# mkdir simulator
|
||||
# scp -P 2222 ./ vagrant@127.0.0.1:.
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user