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:
parent
e95ef5a30f
commit
8aa3eae210
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ git_repo="https://git.duniter.org/nodes/typescript/duniter/"
|
||||||
if [ $arch == "x64" ]; then
|
if [ $arch == "x64" ]; then
|
||||||
middle_url="-/jobs/4085/artifacts/raw/work/bin/"
|
middle_url="-/jobs/4085/artifacts/raw/work/bin/"
|
||||||
else
|
else
|
||||||
middle_url="uploads/9176370e5f12dead9e8942fc08a30e49/"
|
middle_url="uploads/8ffd85dc6400b90895e0de9aa5286667/"
|
||||||
fi
|
fi
|
||||||
deb="duniter-server-$version-linux-$arch.deb"
|
deb="duniter-server-$version-linux-$arch.deb"
|
||||||
url="${git_repo}${middle_url}${deb}"
|
url="${git_repo}${middle_url}${deb}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue