mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
Merge pull request #5249 from nextcloud/enhancement/admin-occ-install-kee-disabled
Add admin occ app installation docs
This commit is contained in:
@@ -201,6 +201,14 @@ The ``app`` commands list, enable, and disable apps::
|
||||
app:update update an app or all apps
|
||||
app:remove disable and remove an app
|
||||
|
||||
Download and install an app::
|
||||
|
||||
sudo -u www-data php occ app:install twofactor_totp
|
||||
|
||||
Install but don't enable::
|
||||
|
||||
sudo -u www-data php occ app:install --keep-disabled twofactor_totp
|
||||
|
||||
List all of your installed apps, and show whether they are
|
||||
enabled or disabled::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user