1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Update ynh_install_go helper

This commit is contained in:
tituspijean 2022-08-25 14:53:48 +02:00
parent dce305c26b
commit de9b8d119e
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -214,7 +214,7 @@ ynh_remove_go () {
ynh_cleanup_go () { ynh_cleanup_go () {
# List required Go versions # List required Go versions
local installed_apps=$(yunohost app list | grep -oP 'id: \K.*$') local installed_apps=$(yunohost app list --output-as json --quiet | jq -r .apps[].id)
local required_go_versions="" local required_go_versions=""
for installed_app in $installed_apps for installed_app in $installed_apps
do do