Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FAURE Adrien
scripts
Commits
a41138c8
Commit
a41138c8
authored
6 years ago
by
Faure Adrien
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.inria.fr:adfaure/scripts
parents
4c87d9d9
574e5eab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_nix.sh
+3
-1
3 additions, 1 deletion
install_nix.sh
with
3 additions
and
1 deletion
install_nix.sh
+
3
−
1
View file @
a41138c8
...
...
@@ -10,7 +10,9 @@ NODES=`oarprint host -P host -F '%'`
pids
=
""
for
NODE
in
${
NODES
}
;
do
(
oarsh
${
NODE
}
sudo-g5k
&&
oarsh
${
NODE
}
sudo-g5k
oarsh
${
NODE
}
"sudo su root -c 'echo 1 >
\
/proc/sys/kernel/unprivileged_userns_clone'"
oarsh
${
NODE
}
mkdir
-p
/tmp/afaure-runtime-dir
oarsh
${
NODE
}
"sudo curl https://nixos.org/nix/install | sh"
)
&
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment