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:
parent
cdf25e3db6
commit
56fbe21d73
1 changed files with 5 additions and 2 deletions
7
.github/workflows/updater.sh
vendored
7
.github/workflows/updater.sh
vendored
|
@ -66,8 +66,11 @@ case $asset_url in
|
|||
*".zip"*)
|
||||
src="x86-64"
|
||||
;;
|
||||
*)
|
||||
src=""
|
||||
*".zip"*)
|
||||
src="arm7"
|
||||
;;
|
||||
*".zip"*)
|
||||
src="arm64"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue