Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a41138c8 authored by Faure Adrien's avatar Faure Adrien
Browse files

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
......@@ -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"
)&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment