mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[enh] #74: Upgrade upstream to v1.7.14
This commit is contained in:
parent
c22a66cf90
commit
91751661a3
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
||||||
#/bin/bash
|
#/bin/bash
|
||||||
|
|
||||||
INSTALL_DUNITER_DEBIAN_PACKAGE () {
|
INSTALL_DUNITER_DEBIAN_PACKAGE () {
|
||||||
version="v1.6.29"
|
version="v1.7.14"
|
||||||
git_repo="https://git.duniter.org/nodes/typescript/duniter/"
|
|
||||||
if [ $arch == "x64" ]; then
|
if [ $arch == "x64" ]; then
|
||||||
middle_url="-/jobs/16134/artifacts/raw/work/bin/"
|
url_base="https://git.duniter.org/nodes/typescript/duniter/-/jobs/19302/artifacts/raw/work/bin/"
|
||||||
else
|
else
|
||||||
middle_url="uploads/0914b6e4daf1acbe825bb2965c7af142/"
|
url_base="https://jytou.fr/duniter/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
deb="duniter-server-$version-linux-$arch.deb"
|
deb="duniter-server-$version-linux-$arch.deb"
|
||||||
url="${git_repo}${middle_url}${deb}"
|
url="${url_base}${deb}"
|
||||||
|
|
||||||
# Retrieve debian package and install it
|
# Retrieve debian package and install it
|
||||||
wget -nc --quiet $url -P /tmp
|
wget -nc --quiet $url -P /tmp
|
||||||
|
|
Loading…
Reference in a new issue