mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Extension install: admin is not allowed to sudo -u
This commit is contained in:
parent
229f704ded
commit
c7398fb4b8
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ Replace `vendor/extension` with the appropriate names. Read the extension docume
|
|||
```bash
|
||||
app=flarum
|
||||
cd /var/www/$app
|
||||
sudo su
|
||||
sudo -u $app php7.3 composer.phar require vendor/extension
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue