mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Extension install: wrote too fast
This commit is contained in:
parent
c7398fb4b8
commit
eae3c1e7b3
1 changed files with 1 additions and 1 deletions
|
@ -46,9 +46,9 @@ Replace `flarum` with your app ID in case of multiple installation.
|
|||
Replace `vendor/extension` with the appropriate names. Read the extension documentation if it requires additional steps.
|
||||
|
||||
```bash
|
||||
sudo su
|
||||
app=flarum
|
||||
cd /var/www/$app
|
||||
sudo su
|
||||
sudo -u $app php7.3 composer.phar require vendor/extension
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue