Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
luxcem
memopol
Commits
b858eeb2
Commit
b858eeb2
authored
Oct 08, 2016
by
flaviendelangle
Browse files
Fix adresse install_client_deps
parent
19efb159
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/memopol/bin/install_client_deps.sh
View file @
b858eeb2
...
...
@@ -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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment