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
fd97c146da
commit
242a21795b
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ INSTALL_DUNITER_DEBIAN_PACKAGE () {
|
||||||
if [ $arch == "x64" ]; then
|
if [ $arch == "x64" ]; then
|
||||||
mid_url="-/jobs/40349/artifacts/raw/work/bin/"
|
mid_url="-/jobs/40349/artifacts/raw/work/bin/"
|
||||||
else
|
else
|
||||||
mid_url="uploads/23e768a0c5afc515ae59b4bf536ceecb/"
|
mid_url="uploads/f272bf9239e8f97f15c01aafe53b6798/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
deb="duniter-server-$version-linux-$arch.deb"
|
deb="duniter-server-$version-linux-$arch.deb"
|
||||||
url="${url_base}${mid_url}${deb}"
|
url="${url_base}${mid_url}${deb}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue