mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #329 from YunoHost-Apps/Fix-auto-update
Update updater.sh
This commit is contained in:
commit
fb7a1090f5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/updater.sh
vendored
4
.github/workflows/updater.sh
vendored
|
@ -79,13 +79,13 @@ echo "Handling asset at $asset_url"
|
|||
# Leave $src empty to ignore the asset
|
||||
case $asset_url in
|
||||
*"mattermost-"*"-linux-arm.tar.gz")
|
||||
src="arm"
|
||||
src="armhf"
|
||||
;;
|
||||
*"mattermost-"*"-linux-arm64.tar.gz")
|
||||
src="arm64"
|
||||
;;
|
||||
*"mattermost-team-"*"-linux-amd64.tar.gz")
|
||||
src="x86-64"
|
||||
src="amd64"
|
||||
;;
|
||||
*"mattermost-enterprise-"*"-linux-amd64.tar.gz")
|
||||
src="enterprise"
|
||||
|
|
Loading…
Reference in a new issue