From 8aa3eae210b5a427933b914058a8bcac8e829dcc Mon Sep 17 00:00:00 2001 From: PatriceF31 <30532132+PatriceF31@users.noreply.github.com> Date: Thu, 29 Mar 2018 12:23:07 +0200 Subject: [PATCH] Update functions.sh --- scripts/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index 54c8b64..ff68ec8 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -7,7 +7,7 @@ git_repo="https://git.duniter.org/nodes/typescript/duniter/" if [ $arch == "x64" ]; then middle_url="-/jobs/4085/artifacts/raw/work/bin/" else - middle_url="uploads/9176370e5f12dead9e8942fc08a30e49/" + middle_url="uploads/8ffd85dc6400b90895e0de9aa5286667/" fi deb="duniter-server-$version-linux-$arch.deb" url="${git_repo}${middle_url}${deb}"