From b8f3f7570145b1624d54b357970c38db9c21b84f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 2 Mar 2021 18:02:16 +0100 Subject: [PATCH] Extension install: admin is not allowed to sudo -u --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c1ec2c..3c10327 100644 --- a/README.md +++ b/README.md @@ -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 ```