mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
better yunohost app list
This commit is contained in:
parent
ca54e3a61d
commit
85ddb4a8a0
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ ynh_remove_apps() {
|
|||
ynh_app_setting_delete --app=$app --key=require_$oneapp
|
||||
|
||||
# List apps requiring $oneapp
|
||||
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_by=""
|
||||
local installed_app_required_by=""
|
||||
for installed_app in $installed_apps
|
||||
|
|
Loading…
Add table
Reference in a new issue