diff --git a/scripts/functions.sh b/scripts/functions.sh index ff68ec8..3f5a0b3 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -2,12 +2,12 @@ INSTALL_DUNITER_DEBIAN_PACKAGE () { -version="v1.6.23" +version="v1.6.25" git_repo="https://git.duniter.org/nodes/typescript/duniter/" if [ $arch == "x64" ]; then - middle_url="-/jobs/4085/artifacts/raw/work/bin/" + middle_url="-/jobs/7062/artifacts/raw/work/bin/" else - middle_url="uploads/8ffd85dc6400b90895e0de9aa5286667/" + middle_url="uploads/722c2b2901e0c2a13ca3595eae4e696f/" fi deb="duniter-server-$version-linux-$arch.deb" url="${git_repo}${middle_url}${deb}"