1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00

Update updater.sh

This commit is contained in:
ericgaspar 2022-05-06 08:31:13 +02:00
parent 1b14a0551b
commit 98d4dc4fc8
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -69,6 +69,9 @@ case $asset_url in
*"gogs_"*"_linux_amd64.tar.gz")
src="amd64"
;;
*"gogs_"*"_linux_armv8.tar.gz")
src="arm64"
;;
*"gogs_"*"_linux_armv7.tar.gz")
src="armhf"
;;