From 259c17a38cb36787090f5a998c5e49f16004d644 Mon Sep 17 00:00:00 2001 From: micziz <99438936+micziz@users.noreply.github.com> Date: Fri, 8 Jul 2022 22:01:41 +0200 Subject: [PATCH] Fix playwright --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 6453dc0..7f24870 100644 --- a/install.sh +++ b/install.sh @@ -114,8 +114,8 @@ function install_playwright(){ # cd into the directory where the script is downloaded cd RedditVideoMakerBot # run the install script - playwright install - playwright install-deps + python3 -m playwright install + python3 -m playwright install-deps # give a note printf "Note, if these gave any errors, please run this command This will (maybe) fix the issue with playwright.\npython -m playwright install && python -m playwright install-deps" cd .. @@ -217,4 +217,4 @@ function install_main(){ } # Run the main function -install_main \ No newline at end of file +install_main