1
0
Fork 0
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:
tituspijean 2021-03-02 18:02:16 +01:00 committed by GitHub
parent 229f704ded
commit c7398fb4b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```