Skip to content

Commit

Permalink
Update upgrade: zgrompf
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin authored Jan 25, 2024
1 parent fc131c1 commit 12b88c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function list_installed_apps_not_compatible_with_future_version()

# Run a first "dummy" command just to make sure we have the appropriate php dependencies installed,
# otherwise this creates funky stuff when tweaking the apt deps because the next command is piped into jq ...
exec_occ -V
exec_occ -V >/dev/null
# List installed apps
exec_occ app:list --output json | jq -r ".enabled | keys[]" | sort > $installed_apps
# Fetch Nextcloud list of core apps from their github repo for the current version
Expand Down

0 comments on commit 12b88c2

Please sign in to comment.