diff --git a/scripts/install b/scripts/install index b36c8f2..ba8d7c0 100644 --- a/scripts/install +++ b/scripts/install @@ -82,7 +82,7 @@ sudo su -c "psql" postgres <<< \ ynh_psql_create_db_without_password "$app" sudo systemctl restart postgresql -# Download all Ruby source +# Download all sources rbenv, ruby and mastodon sudo su - $app <