From afc15928165ef4d70c284e7b9e4c9edd4d0db1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 24 Jan 2025 11:53:43 +0100 Subject: [PATCH] fix: Do not require shell --- modules/ROOT/pages/install-lookyloo.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/install-lookyloo.adoc b/modules/ROOT/pages/install-lookyloo.adoc index 8f191fd..4d9eed0 100644 --- a/modules/ROOT/pages/install-lookyloo.adoc +++ b/modules/ROOT/pages/install-lookyloo.adoc @@ -91,9 +91,8 @@ echo LOOKYLOO_HOME="'`pwd`'" > .env . Install the dependencies for playwright (requires sudo), and the browsers: ``` -poetry shell -playwright install-deps -playwright install +poetry run playwright install-deps +poetry run playwright install ``` == Configuration