An open API service indexing awesome lists of open source software.

https://github.com/aboehm/nextcloud-auto-updater

Script for automatic updates for nextcloud
https://github.com/aboehm/nextcloud-auto-updater

maintenance nextcloud tool

Last synced: 9 months ago
JSON representation

Script for automatic updates for nextcloud

Awesome Lists containing this project

README

          

# Nextcloud auto updater

This script run an unattended update for installed nextcloud apps, the
nextcloud installation itself and runs database fixes.

## Usage

```
nextcloud-auto-update
```

To run it peridically with *CRON*:

```
0 3 * * * www-data
```