1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncast_ynh.git synced 2024-09-03 19:56:20 +02:00

Update updater.sh

This commit is contained in:
ericgaspar 2021-09-16 12:02:08 +02:00
parent cdf25e3db6
commit 56fbe21d73
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -66,8 +66,11 @@ case $asset_url in
*".zip"*)
src="x86-64"
;;
*)
src=""
*".zip"*)
src="arm7"
;;
*".zip"*)
src="arm64"
;;
esac