diff --git a/README.md b/README.md index b5264f78..91f647cc 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ After being first registered, you need to execute the folloing command to promot **Run:** - $ (cd /var/www/pixelfed && php artisan user:admin 1) + $ (cd /var/www/pixelfed && php7.2 artisan user:admin 1) and respond yes to the question ` Add admin privileges to this user?` diff --git a/scripts/install b/scripts/install index 79224bf5..a0ded1de 100644 --- a/scripts/install +++ b/scripts/install @@ -13,10 +13,6 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= -ynh_clean_setup () { - ### Remove this function if there's nothing to clean before calling the remove script. - read -p "key" -} # Exit if an error occurs during the execution of the script ynh_abort_if_errors