Skip to content
Snippets Groups Projects
Commit e83923f2 authored by Arie Peterson's avatar Arie Peterson
Browse files

Do not enable app store during setup

parent d5210e86
No related branches found
No related tags found
1 merge request!576Resolve "setup-apps.sh upgrades pinned apps from app store"
......@@ -88,11 +88,6 @@ data:
echo "Nextcloud is now installed, we can do our thing!"
# Enable app store so we can run `install` and `enable` commands
run_as "php $occ config:system:set appstoreenabled --type boolean --value true"
echo "app store enabled"
app_versions=$(run_as "php $occ app:list --output json")
echo "app versions found"
......@@ -167,15 +162,9 @@ data:
# them now
run_as "php $occ upgrade"
# Config settings from the configmap above
run_as "php $occ config:import /var/local/config.json"
echo "disabling app store"
# Disable app store again
run_as "php $occ config:system:set appstoreenabled --type boolean --value false"
echo "Updating database indices, columns, keys, etc."
run_as "php $occ db:add-missing-indices --no-interaction"
run_as "php $occ db:add-missing-columns --no-interaction"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment