From d5ec76788adf001a2a5650af84626bc2c263f70b Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 4 Feb 2022 15:38:38 +0100 Subject: [PATCH] Update to php7.4 and simplify the command Should allow to do it as an administrator and not just as sudo. --- doc/DISCLAIMER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 8985c7fb..7f097330 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -8,9 +8,9 @@ After being first registered, you need to execute the folloing command to promot **Run:** - $ (cd /var/www/pixelfed && php7.3 artisan user:admin 1) + $ sudo php7.4 /var/www/pixelfed/artisan user:admin 1) -and respond yes to the question ` Add admin privileges to this user?` +and respond yes to the question ` Add admin privileges to this user?`. ### Allow/Close registrations