1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/UMS_ynh.git synced 2024-10-01 13:35:01 +02:00

Updater for x86_64

This commit is contained in:
Krakinou 2022-12-18 19:26:01 +01:00
parent cee855f218
commit 7c8627a00f

View file

@ -63,7 +63,7 @@ case $asset_url in
*"armhf.tgz"*) *"armhf.tgz"*)
src="app.armhf" src="app.armhf"
;; ;;
*"x_86_64.tgz"*) *"x86_64.tgz"*)
src="app.x86_64" src="app.x86_64"
;; ;;
*"x86.tgz"*) *"x86.tgz"*)