mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[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
This commit is contained in:
parent
48bb9b4095
commit
dd621637d4
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue