mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Update updater.sh
This commit is contained in:
parent
2f80465901
commit
9217f6843a
1 changed files with 4 additions and 4 deletions
8
.github/workflows/updater.sh
vendored
8
.github/workflows/updater.sh
vendored
|
@ -63,16 +63,16 @@ echo "Handling asset at $asset_url"
|
||||||
# Here we base the source file name upon a unique keyword in the assets url (admin vs. update)
|
# Here we base the source file name upon a unique keyword in the assets url (admin vs. update)
|
||||||
# Leave $src empty to ignore the asset
|
# Leave $src empty to ignore the asset
|
||||||
case $asset_url in
|
case $asset_url in
|
||||||
*".tar.gz"*)
|
*"mattermost-v"$version"-linux-arm.tar.gz"*)
|
||||||
src="arm"
|
src="arm"
|
||||||
;;
|
;;
|
||||||
*".tar.gz"*)
|
*"mattermost-v"$version"-linux-arm64.tar.gz"*)
|
||||||
src="arm64"
|
src="arm64"
|
||||||
;;
|
;;
|
||||||
*".tar.gz"*)
|
*"mattermost-v"$version"-linux-amd64.tar.gz"*)
|
||||||
src="x86-64"
|
src="x86-64"
|
||||||
;;
|
;;
|
||||||
*".tar.gz"*)
|
*"mattermost-enterprise-"$version"-linux-amd64.tar.gz"*)
|
||||||
src="entreprise"
|
src="entreprise"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue