mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
owncloud: Add packages for external storage
The two packages are required when External Storage plugin in ownCloud is enabled. Since this has been a frequently asked question, add it to the dependencies list.
This commit is contained in:
parent
b788358022
commit
531ec960e4
@ -58,8 +58,8 @@ def on_install():
|
||||
service.notify_enabled(None, True)
|
||||
|
||||
|
||||
@package.required(['postgresql', 'php5-pgsql', 'owncloud'],
|
||||
on_install=on_install)
|
||||
@package.required(['postgresql', 'php5-pgsql', 'owncloud', 'php-dropbox',
|
||||
'php-google-api-php-client'], on_install=on_install)
|
||||
def index(request):
|
||||
"""Serve the ownCloud configuration page"""
|
||||
status = get_status()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user