Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Merge requests
!1344
[build] deb: get nodejs from nvm instead of redownload it
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
[build] deb: get nodejs from nvm instead of redownload it
hotfix/1.8.2
into
release/1.8
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Éloïs
requested to merge
hotfix/1.8.2
into
release/1.8
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
release/1.8
release/1.8 (base)
and
latest version
latest version
31cde4e4
1 commit,
4 years ago
1 file
+
4
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
release/arch/linux/build-lin.sh
+
4
−
6
View file @ 31cde4e4
Show full file
@@ -104,14 +104,12 @@ BIN="${WORK}/bin"
mkdir
-p
"
${
DOWNLOADS
}
"
"
${
RELEASES
}
"
"
${
BIN
}
"
||
exit
1
rm
-rf
"
${
BIN
}
/"
*
.
{
deb,tar.gz
}{
,.desc
}
# Clean up
# -----------
#
Download
s
# -----------
# -----------
-
#
Get Node.j
s
# -----------
-
cd
"
${
DOWNLOADS
}
"
curl
-O
http://nodejs.org/dist/
${
NVER
}
/node-
${
NVER
}
-linux-x64
.tar.gz
||
exit
1
tar
xzf node-
${
NVER
}
-linux-x64
.tar.gz
||
exit
1
rm
node-
${
NVER
}
-linux-x64
.tar.gz
cp
-r
~/.nvm/versions/node/
${
NVER
}
/ node-
${
NVER
}
-linux-x64
# -----------
# Releases
Loading