1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

Update functions.sh

This commit is contained in:
PatriceF31 2018-03-29 12:23:07 +02:00 committed by GitHub
parent e95ef5a30f
commit 8aa3eae210
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"