From dd621637d4f622c6f64940654f121f9969f5690d Mon Sep 17 00:00:00 2001 From: Moul Date: Sun, 21 Jun 2020 12:33:25 +0200 Subject: [PATCH] [fix] #88: Fix link to the ARM build v1.8.0 The name of the package was different This is a new package with the normal syntax name --- scripts/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index a22f0c8..1c30e35 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -6,7 +6,7 @@ INSTALL_DUNITER_DEBIAN_PACKAGE () { if [ $arch == "x64" ]; then mid_url="-/jobs/40349/artifacts/raw/work/bin/" else - mid_url="uploads/ef10ea7293cd8935c6065616254cf708/" + mid_url="uploads/afe00e6e6cb318fbdbb977d8c73f4645/" fi deb="duniter-server-$version-linux-$arch.deb"