mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
upgrade to PHP8
This commit is contained in:
parent
bd4f58a962
commit
04af471581
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ After being first registered, you need to execute the folloing command to promot
|
|||
|
||||
**Run:**
|
||||
|
||||
$ sudo php7.4 /var/www/pixelfed/artisan user:admin 1
|
||||
$ sudo php8.0 /var/www/pixelfed/artisan user:admin 1
|
||||
|
||||
and respond yes to the question ` Add admin privileges to this user?`.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ Après avoir été enregistré pour la première fois, vous devez exécuter la c
|
|||
|
||||
**Entrez la commande:**
|
||||
|
||||
$ php7.4 /var/www/pixelfed/artisan user:admin 1
|
||||
$ php8.0 /var/www/pixelfed/artisan user:admin 1
|
||||
|
||||
et répondez oui à la question « Ajouter des privilèges d'administrateur à cet utilisateur ? »
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue