Update apps

This commit is contained in:
Alexandre
2023-04-11 20:44:49 +02:00
committed by GitHub
parent b36b4c61a1
commit bf37f3fed0

View File

@@ -23,6 +23,7 @@ if ! bashio::config.true "disable_updates"; then
# Install new version
sudo -u abc -s /bin/bash -c "php /data/config/www/nextcloud/updater/updater.phar --no-interaction"
sudo -u abc -s /bin/bash -c "php /data/config/www/nextcloud/occ upgrade"
sudo -u abc -s /bin/bash -c "php /data/config/www/nextcloud/occ app:update --all"
# Install additional versions
while [[ $(occ update:check 2>&1) == *"update available"* ]]; do
bashio::log.yellow "-----------------------------------------------------------------------"