Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TAlone
memopol
Commits
f28af967
Commit
f28af967
authored
Oct 08, 2016
by
njoyard
Browse files
Merge branch 'fixClient' into 'master'
Fix adresse install_client_deps See merge request !161
parents
19efb159
b858eeb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/memopol/bin/install_client_deps.sh
View file @
f28af967
...
...
@@ -29,7 +29,7 @@ function downloadFromGithub()
return
fi
echo
"* Downloading
$repo
(
$ref
) from Github..."
wget
-O
temp.zip
-q
"
https://git
.laquadrature.net
/
${
repo
}
/archive
.sip?ref=
/
${
ref
}
"
wget
-O
temp.zip
-q
https://git
hub.com
/
${
repo
}
/archive/
${
ref
}
.zip
unzip
-q
temp.zip
mv
$(
basename
${
repo
}
)
*
${
dest
}
rm
temp.zip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment