Fix playwright

pull/856/head
micziz 3 years ago committed by GitHub
parent 6c17f5486a
commit 259c17a38c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,8 +114,8 @@ function install_playwright(){
# cd into the directory where the script is downloaded # cd into the directory where the script is downloaded
cd RedditVideoMakerBot cd RedditVideoMakerBot
# run the install script # run the install script
playwright install python3 -m playwright install
playwright install-deps python3 -m playwright install-deps
# give a note # 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" 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 .. cd ..

Loading…
Cancel
Save